Get transactions by address
get_transactions_by_addressRetrieve a paginated list of native transactions sent and received by a specified address.
Instructions
List native transactions involving an address (sent and received). 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 |