Top Volume Pairs
Top-volume pair queries with filters
Header parameters
x-api-keystringOptional
API key for Pro/Enterprise plans
Body
chainstringOptional
filtersobjectOptional
sort_bystringOptional
sort_sidestringOptional
pageintegerOptional
Responses
200
Top volume pairs returned
application/json
Responseobject
400
Invalid request parameters
application/json
401
Unauthorized
application/json
429
Rate limit exceeded
application/json
post
POST /api/v1/blockchain/top-volume HTTP/1.1
Host: api.dexcheck.ai
Content-Type: application/json
Accept: */*
Content-Length: 249
{
"chain": "ETH",
"filters": {
"price": {
"gt": 10,
"lt": 100
},
"_24h_volume": {
"gt": 100,
"lt": 100000
},
"_24h_swaps": {
"gt": 100,
"lt": 1000
},
"_24h_maker_count": {
"gt": 5,
"lt": 1000
},
"_24h_price_change": {
"gt": 10,
"lt": 100
}
},
"sort_by": "volume",
"sort_side": "desc",
"page": 1
}
[
{
"token_0_id": "0x767fe9edc9e0df98e07454847909b5e959d7ca0e",
"token_1_id": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"pair_id": "0x6a091a3406e0073c3cd6340122143009adac0eda",
"dex": "sushiswap",
"chain": "ETH",
"token_0_symbol": "ILV",
"token_1_symbol": "WETH",
"token_0_name": "Illuvium",
"token_1_name": "Wrapped Ether",
"token_0_decimals": 18,
"token_1_decimals": 18,
"usd_price": 11.321515407492395,
"base_token_symbol": "ILV",
"base_token_id": "0x767fe9edc9e0df98e07454847909b5e959d7ca0e",
"base_token_decimals": 18,
"base_token_name": "Illuvium",
"_24h_volume": 63877.38321003274,
"liquidity": 5851679.05110254,
"mcap": 107353149,
"_24h_price_change": 0.3686154512902195,
"_24h_swaps": 81,
"created_at": 1617377140,
"_24h_maker_count": 54,
"_24h_buy_count": 36,
"_24h_sell_count": 45
}
]