GET
/
v1
/
config
/
providers
Supported providers
curl --request GET \
  --url https://zap.dzap.io/v1/config/providers
{
  "status": "success",
  "data": {
    "aerodrome": {
      "name": "Aerodrome",
      "id": "aerodrome",
      "logo": "https://aerodrome.finance/aerodrome.svg",
      "supportedChainIds": [
        1,
        137,
        250
      ]
    },
    "uniswap": {
      "name": "Uniswap",
      "id": "uniswap",
      "logo": "https://app.uniswap.org/favicon.png",
      "supportedChainIds": [
        1,
        137,
        250
      ]
    }
  }
}

Response

200
application/json

Successful response with supported providers

The response is of type object.