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). |
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). |
unlistedAssets | string | Include unlisted or non-indexed assets (boolean). |
onlyAssets | string | Filter by specific asset IDs (comma-separated). |
pagination | string | Enable pagination (boolean). |
filterSpam | string | Filter out spam tokens (boolean). |
trades | string | Filter transactions to include only trades (boolean). |
transactions | string | Filter transactions to include only non-trades (boolean). |
Wallet transactions response
The response is of type object
.