Retrieve historical transactions for one or multiple wallets with flexible filtering, pagination, and caching options.
wallet parameter or the wallets parameter.| Parameter | Type | Description |
|---|---|---|
wallet | Cond. | Single wallet address to query trades for. |
wallets | string | Comma-separated list of wallet addresses to query. |
blockchains | string | Comma-separated list of blockchain chain IDs/names to filter by. |
limit | string | Number of items to return. |
offset | string | Offset for pagination (alternative to page). |
page | string | Page number for pagination (alternative to offset). |
order | string | Sort order: "asc" or "desc" by timestamp. |
from | string | Start date filter (ISO string or timestamp). |
to | string | End date filter (ISO string or timestamp). |
asset | string | Filter by specific asset address. |
unlistedAssets | string | Include unlisted or non-indexed assets (boolean). |
filterSpam | string | Filter out spam tokens (boolean). |
Number of results per page
Offset for pagination
Page number
Sort order (asc/desc)
Wallet address
Comma-separated wallet addresses
Start timestamp
End timestamp
Filter by asset address
Comma-separated blockchain IDs
Include unlisted assets
Enable pagination details
Filter spam transactions