Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns token balances for the authenticated user from private balance sources
cURL
curl --request GET \ --url https://1click.chaindefuser.com/v0/account/balances \ --header 'Authorization: Bearer <token>'
{ "balances": [ { "tokenId": "nep141:wrap.near", "available": "1000000000000000000000000", "source": "private" } ] }
User session token obtained from /auth/authenticate
Comma-separated list of token IDs to query. If empty, returns all non-zero balances.
List of token balances
Show child attributes
Was this page helpful?