Get token balances by address
get_tokens_by_addressFetch ERC-20, ERC-721, and ERC-1155 token balances held by an address with pagination support across multiple chains.
Instructions
List ERC-20/721/1155 token balances held by an address. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain name or numeric chain ID, e.g. "ethereum" or "1". Use get_chains_list to discover supported chains. | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| address | Yes | The 0x-prefixed address (account or contract) to look up. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| notes | No | ||
| pagination | No | ||
| instructions | No | ||
| data_description | No |