cURL
curl --request GET \ --url https://zap.dzap.io/v1/config/chains
{ "status": "success", "data": { "1": { "name": "Ethereum", "supportedProviders": [ "beefy", "aave", "pendle", "balancer", "uniswap" ] }, "8453": { "name": "Base", "supportedProviders": [ "balancer", "aerodrome" ] } } }
Retrieve supported chain IDs and their supported providers.
Successful response with supported chains
The response is of type object.
object