Retrieve recent trade history for a specific trading pair or the most active pair linked to a token, with normalized pricing and volume metrics.
address
field.Parameter | Type | Description |
---|---|---|
blockchain | string | Blockchain name or ID, formatted as "evm:1" for Ethereum mainnet or "evm:56" for Binance Smart Chain. |
asset | string | Asset name or token contract address to resolve the most active pair automatically. |
address | string | Specific pair or pool contract address to query trades for. |
symbol | string | Token ticker symbol (optional alternative to asset). |
limit | number | Maximum number of trade records to return. |
amount | number | Minimum trade amount filter (optional). |
sortBy | string | Field to sort the results by (e.g., amount_usd , date ). |
sortOrder | Sort order: "asc" for ascending or "desc" for descending. | |
offset | number | Pagination offset to skip a number of trade records. |
mode | Mode of querying (e.g., "asset" , "pair" ). | |
transactionSenderAddress | string | Filter trades initiated by a specific transaction sender address. |
asc
, desc
pair
, asset
Market trades response
The response is of type object
.