GET
/
config
/
providers
Fetch supported providers
curl --request GET \
  --url https://api.dzap.io/v1/config/providers
[
  {
    "icon": "https://uniswap.org/favicon.ico",
    "name": "Uniswap",
    "id": "uniSwap"
  },
  {
    "icon": "https://paraSwap.com/favicon.ico",
    "name": "Paraswap",
    "id": "paraSwap"
  }
]

Query Parameters

service
enum<string>

Optional query parameter to specify the service type. Can be either 'swap' or 'bridge'.

Available options:
swap,
bridge

Response

200
application/json

Successful response with a list of supported providers.

The response is of type object[].