Skip to main content
GET
Get wallet approvals

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

user
string | null

The proxy wallet whose approval state to return. Required EVM address.

Response

Approval state for the wallet

{ "data": T }; the envelope for endpoints that don't paginate.

There is no pagination key: an aggregate or bounded list has no next page. Paginated feeds return a *Page shape ({ data, pagination }) instead.

data
object
required

Non-paginated approval snapshot for one Polygon proxy wallet.