Get token transfers by address
get_token_transfers_by_addressRetrieve all token transfer events (both incoming and outgoing) for a given blockchain address. Supports pagination for large result sets.
Instructions
List token transfer events involving an address (in and out). 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 |