GET
/
api
/
v1
/
projects
/
{project}
/
protocols
curl --request GET \
  --url https://api.enso.finance/api/v1/projects/{project}/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"
      }
    ]
  }
]

Path Parameters

project
string
required

The overarching project or platform associated with the DeFi token, for example aave

Example:

"aave"

Response

200 - application/json

The response is of type object[].