dexPairsTradeLatest
Retrieve the latest 100 trades for a specific decentralized exchange (DEX) spot pair, providing insights into market activity, liquidity, and transaction trends on supported networks.
Instructions
Returns up to the latest 100 trades for 1 spot pair.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aux | No | ||
contract_address | No | ||
convert_id | No | ||
network_id | No | ||
network_slug | No | ||
reverse_order | No | ||
skip_invalid | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"aux": {
"type": "string"
},
"contract_address": {
"type": "string"
},
"convert_id": {
"type": "string"
},
"network_id": {
"type": "string"
},
"network_slug": {
"type": "string"
},
"reverse_order": {
"type": "string"
},
"skip_invalid": {
"type": "string"
}
},
"type": "object"
}