cURL
curl --request GET \ --url https://api.enso.finance/api/v1/protocols
[ { "project": "uniswap", "slug": "uniswap-v2", "name": "Uniswap V2", "description": "<string>", "url": "https://app.uniswap.org/swap", "logosUri": "https://icons.llama.fi/uniswap-v2.png", "chains": [ { "id": 1, "name": "mainnet" } ] } ]
Returns all available protocols with supported chains
Chain ID of the network to search for
slug of the project to search for
The response is of type object[].
object[]
Was this page helpful?