cURL
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" } ] } ]
Returns all protocols available within the given project. For supported projects, see the /projects endpoint.
/projects
The overarching project or platform associated with the DeFi token, for example aave
aave
"aave"
The response is of type object[].
object[]
Was this page helpful?