Logo
Covalent API Documentation

getSupportedDEXes

GET https://api.covalenthq.com/v1/xyk/supported_dexes/

Returns: SupportedDexesResponse

{
  "updated_at" : "{{DATETIME}}",
  "items" : [ {
    "chain_id" : "{{STRING}}",
    "chain_name" : "{{STRING}}",
    "dex_name" : "{{STRING}}",
    "display_name" : "{{STRING}}",
    "logo_url" : "{{STRING}}",
    "factory_contract_address" : "{{STRING}}",
    "router_contract_addresses" : [ "{{STRING}}" ],
    "swap_fee" : "{{DOUBLE}}"
  } ],
  "pagination" : {
    "has_more" : "{{BOOLEAN}}",
    "page_number" : "{{INTEGER}}",
    "page_size" : "{{INTEGER}}",
    "total_count" : "{{INTEGER}}"
  }
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/xyk/supported_dexes/' -H 'Content-Type: application/json'

ENDPOINTS