v1

latestOpenAPI 3.0.02026-07-26278284.4 KB
Integration

All Protocols

Returns all available protocols with supported chains

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

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"
      }
    ]
  }
]