cURL
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 ] } } }
Retrieve supported provider IDs and metadata.
Successful response with supported providers
The response is of type object.
object