Retrieve swap trades executed by one or multiple wallets within a specified time range, with pagination and ordering options.
wallet
parameter or the wallets
parameter.Parameter | Required | Description |
---|---|---|
wallet | Cond. | Single wallet address to query trades for. |
wallets | Cond. | Comma-separated list of wallet addresses to query trades for. |
from | Cond. | Start timestamp for trade filtering (Unix ms or ISO 8601). |
to | Cond. | End timestamp for trade filtering (Unix ms or ISO 8601). |
limit | Cond. | Number of results per page (default varies). |
offset | Cond. | Offset for pagination. |
page | Cond. | Page number for pagination. |
order | Cond. | Sort order: asc or desc (default desc ). |
Wallet Trades response
The response is of type object
.