latestOpenAPI 3.0.02026-08-2232150173.9 KB
b70d36b7002b
metadata
Returns projects and relevant protocols available to use
get/api/v1/protocols
Query parameters
chainIdstring
Example:1
Chain ID of the network to search for
slugstring
Example:uniswap-v2
slug of the project to search for
Response
Example response
[
{
"project": "uniswap",
"slug": "uniswap-v2",
"name": "Uniswap V2",
"url": "https://app.uniswap.org/swap",
"chains": [
{
"id": 1,
"name": "mainnet"
}
]
}
]