explorer_get_tokens_by_address
Retrieve the full list of ERC-20 tokens held by any address, including balances and market data, for a specified chain ID.
Instructions
List all ERC-20 token holdings with balances and market data for an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| pageSize | No | Results per page (default varies by endpoint) |