metadata
All Protocols
Returns all available protocols with supported chains
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Chain ID of the network to search for
slug of the project to search for
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" }]
Was this page helpful?