Skip to main content
Returns the user behind the access token, along with the scopes that token actually carries.

Request

This endpoint takes no parameters.

Response

We recommend treating scopes as the source of truth for what your token can do. It reflects the authorization code that issued the token, which can be narrower than the user’s overall grant if they re-consented with a wider set while you are still holding an older token.

Using tradingEnabled

We recommend gating your trade UI on this field. A user can revoke wallet delegation at any time after connecting, and once they do, every trade and governance write will fail with 403 delegation_missing.

Errors