get_tokens_by_address
Retrieve ERC20 token holdings for a blockchain address with metadata and market data for portfolio analysis, wallet auditing, and DeFi tracking.
Instructions
Get comprehensive ERC20 token holdings for an address with enriched metadata and market data.
Returns detailed token information including contract details (name, symbol, decimals), market metrics (exchange rate, market cap, volume), holders count, and actual balance (provided as is, without adjusting by decimals).
Essential for portfolio analysis, wallet auditing, and DeFi position tracking.
**SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The ID of the blockchain | |
| address | Yes | Wallet address | |
| cursor | No | The pagination cursor from a previous response to get the next page of results. |