v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498872.1 KB

This action returns the following for a given blockchain network:

  • Lists all token balances owned by an address (either a contract address or a wallet address).

  • Lists all token balances for all tokens created by a contract.

  • Lists all token balances for a given token.

You must always specify the network property of the tokenFilter when using this operation.

post/list-token-balances

Request body

nextTokenstring

The pagination token that indicates the next set of results to retrieve.

maxResultsinteger
<p>The maximum number of token balances to return.</p> <p>Default: <code>100</code> </p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>

Response

Success

nextTokenstring

The pagination token that indicates the next set of results to retrieve.