Get wallet approvals
Polygon token/operator approval state for one wallet.
?user= must be an EVM address. The complete served catalog is returned in
canonical order under { data }; this endpoint is not paginated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
Non-paginated approval snapshot for one Polygon proxy wallet.