GET
/
api
/
v1
/
protocols
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"
      }
    ]
  }
]

Query Parameters

chainId
any

Chain ID of the network to search for

slug
any

slug of the project to search for

Response

200 - application/json

The response is of type object[].