dexPairsQuotesLatest
Retrieve real-time market quotes for one or more decentralized exchange (DEX) spot pairs. Supports contract addresses, network IDs, and currency conversions.
Instructions
Returns the latest market quote for 1 or more spot pairs.
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"
}