Protocols in a project
Returns all protocols available within the given project. For supported projects, see the /projects
endpoint.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The overarching project or platform
Example:
"aave"
Response
200 - application/json
Example:
"uniswap"
Example:
"uniswap-v2"
Example:
"Uniswap V2"
Example:
"https://app.uniswap.org/swap"
Example:
"https://icons.llama.fi/uniswap-v2.png"
Example:
[{ "id": 1, "name": "mainnet" }]