GETGet supported chains
Get supported chains
Authorization
x-api-keystringrequiredheaderPlayground key
You're using a shared playground keyCreate a free account and get your own API keys from the dashboard.
Get your keysResponse
Get supported chains successful.
requestIdstringrequiredA unique ID for the request.
chainsobject[]requiredGET
/supported_chainsRequest
curl --request GET \
--url 'https://trade-api.gateway.uniswap.org/v1/supported_chains' \
--header 'x-api-key: <api-key>'Response
200
{ "requestId": "<string>", "chains": [ { "chainId": "<number>", "chainName": "<string>", "contractAddresses": [ { "name": "<string>", "version": "<string>", "address": "<string>" } ], "protocols": [ "<string>" ], "actions": [ "<string>" ] } ]}