dexSpotPairsLatest
Retrieve a paginated list of active decentralized exchange (DEX) spot pairs with updated market data, filtered by network, assets, liquidity, and trading volume, for detailed analysis.
Instructions
Returns a paginated list of all active dex spot pairs with latest market data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aux | No | ||
base_asset_contract_address | No | ||
base_asset_id | No | ||
base_asset_symbol | No | ||
base_asset_ucid | No | ||
convert_id | No | ||
dex_id | No | ||
dex_slug | No | ||
limit | No | ||
liquidity_max | No | ||
liquidity_min | No | ||
network_id | No | ||
network_slug | No | ||
no_of_transactions_24h_max | No | ||
no_of_transactions_24h_min | No | ||
percent_change_24h_max | No | ||
percent_change_24h_min | No | ||
quote_asset_contract_address | No | ||
quote_asset_id | No | ||
quote_asset_symbol | No | ||
quote_asset_ucid | No | ||
reverse_order | No | ||
scroll_id | No | ||
sort | No | ||
sort_dir | No | ||
volume_24h_max | No | ||
volume_24h_min | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"aux": {
"type": "string"
},
"base_asset_contract_address": {
"type": "string"
},
"base_asset_id": {
"type": "string"
},
"base_asset_symbol": {
"type": "string"
},
"base_asset_ucid": {
"type": "string"
},
"convert_id": {
"type": "string"
},
"dex_id": {
"type": "string"
},
"dex_slug": {
"type": "string"
},
"limit": {
"type": "string"
},
"liquidity_max": {
"type": "string"
},
"liquidity_min": {
"type": "string"
},
"network_id": {
"type": "string"
},
"network_slug": {
"type": "string"
},
"no_of_transactions_24h_max": {
"type": "string"
},
"no_of_transactions_24h_min": {
"type": "string"
},
"percent_change_24h_max": {
"type": "string"
},
"percent_change_24h_min": {
"type": "string"
},
"quote_asset_contract_address": {
"type": "string"
},
"quote_asset_id": {
"type": "string"
},
"quote_asset_symbol": {
"type": "string"
},
"quote_asset_ucid": {
"type": "string"
},
"reverse_order": {
"type": "string"
},
"scroll_id": {
"type": "string"
},
"sort": {
"enum": [
"name",
"date_added",
"price",
"volume_24h",
"percent_change_1h",
"percent_change_24h",
"liquidity",
"fully_diluted_value",
"no_of_transactions_24h"
],
"type": "string"
},
"sort_dir": {
"enum": [
"desc",
"asc"
],
"type": "string"
},
"volume_24h_max": {
"type": "string"
},
"volume_24h_min": {
"type": "string"
}
},
"type": "object"
}