getNetworkExchangeTokens
GET https://api.covalenthq.com/v1/:chainName/xyk/:dexName/tokens/?page-size=&page-number=
Returns: NetworkExchangeTokensResponse{
"updated_at" : "{{DATETIME}}",
"chain_id" : "{{INTEGER}}",
"chain_name" : "{{STRING}}",
"items" : [ {
"chain_name" : "{{STRING}}",
"chain_id" : "{{STRING}}",
"dex_name" : "{{STRING}}",
"contract_address" : "{{STRING}}",
"contract_name" : "{{STRING}}",
"total_liquidity" : "{{SAFELONG}}",
"total_volume24h" : "{{SAFELONG}}",
"logo_url" : "{{STRING}}",
"contract_ticker_symbol" : "{{STRING}}",
"contract_decimals" : "{{INTEGER}}",
"swap_count24h" : "{{INTEGER}}",
"quote_rate" : "{{DOUBLE}}",
"quote_rate24h" : "{{DOUBLE}}",
"pretty_quote_rate" : "{{STRING}}",
"pretty_quote_rate24h" : "{{STRING}}",
"pretty_total_liquidity_quote" : "{{STRING}}",
"pretty_total_volume24h_quote" : "{{STRING}}",
"total_liquidity_quote" : "{{DOUBLE}}",
"total_volume24h_quote" : "{{DOUBLE}}"
} ],
"pagination" : {
"has_more" : "{{BOOLEAN}}",
"page_number" : "{{INTEGER}}",
"page_size" : "{{INTEGER}}",
"total_count" : "{{INTEGER}}"
}
}
Body
PARAM
Key | Datatype | Required | Description |
page-size
|
null | ||
page-number
|
null |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status
ENDPOINTS