get_transaction_history
Get historical cross-chain bridge and swap transactions for a wallet. Filter by time, chain, or deposit address. Paginate with cursor.
Instructions
Get past Relay bridge and swap transactions for a wallet address. Returns transaction IDs, statuses, chains, and timestamps. Supports pagination via cursor.
Filter by time range, origin/destination chain, or deposit address to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Wallet address to look up. | |
| limit | No | Max number of transactions to return (1-100). Defaults to 10. | |
| cursor | No | Pagination cursor from a previous response. Omit for the first page. | |
| endTimestamp | No | Filter: only transactions before this Unix timestamp (seconds). | |
| originChainId | No | Filter by origin chain (ID or name like 'ethereum', 'base'). | |
| depositAddress | No | Filter by deposit address used in the transaction. | |
| startTimestamp | No | Filter: only transactions after this Unix timestamp (seconds). | |
| destinationChainId | No | Filter by destination chain (ID or name like 'base', 'arb'). |