Tokens
Get Token Balance
Overview
This section details how to retrieve token balance using user wallet address and token IDs.
Properties
addresses
A list of addresses used to query tokens.
e.g.
genericTokenIds
A list of token IDs to filter tokens on the addresses provided. (Optional)
If this property is not provided, all tokens owned by the above addresses will be retrieved.
e.g.
Usage
1. Retrieve balances of specified tokens
2. Retrieve tokens owned by the specified addresses
Was this page helpful?