v1

latestOpenAPI 3.0.02026-07-26278284.4 KB
Integration

Protocols in a project

Returns all protocols available within the given project. For supported projects, see the /projects endpoint.

get/api/v1/projects/{project}/protocols

Path parameters

projectstring required
Example:aave

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

Response

projectstring required
slugstring required
namestring nullable required
descriptionstring nullable required
urlstring nullable required
logosUristring[] nullable required

Example response

[
  {
    "project": "uniswap",
    "slug": "uniswap-v2",
    "name": "Uniswap V2",
    "url": "https://app.uniswap.org/swap",
    "chains": [
      {
        "id": 1,
        "name": "mainnet"
      }
    ]
  }
]