cURL
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" } ]
Fetches the list of supported providers.
Optional query parameter to specify the service type. Can be either 'swap' or 'bridge'.
swap
bridge
Successful response with a list of supported providers.
The response is of type object[].
object[]