cURL
curl --request GET \ --url http://localhost:4000/v1/defi/swaps/chains \ --header 'Authorization: <api-key>'
{ "chains": [ { "chainId": 1, "name": "Ethereum Mainnet", "supported": true } ] }
Returns list of chains where Uniswap V4 swaps are supported
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
List of supported chains
Show child attributes