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}}"
  }
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring