Skip to main content
GET
Get wallet approvals

授权

Authorization
string
header
必填

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

查询参数

user
string | null

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

响应

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
必填

Non-paginated approval snapshot for one Polygon proxy wallet.