For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get user token balances

get

Get token balances for the authenticated user from private balance sources. Requires the user session token (JWT) issued by the authenticate endpoint, passed as Authorization: Bearer <token>.

Path parameters
apiKeystringRequired

API key generated at https://studio.aurora.dev

Query parameters
tokenIdsstringOptional

Comma-separated list of token IDs to query. If empty, returns all non-zero balances.

Example: nep141:wrap.near,nep141:usdc.near
Responses
200

Token balances retrieved successfully

application/json

Token balances retrieved successfully

get/api/account/balances/{apiKey}

Last updated