latestOpenAPI 3.0.02026-08-2232150173.9 KB

b70d36b7002b

standards

Returns a standard by slug

get/api/v1/standards/{slug}

Path parameters

slugstring required
Example:aave-v2

The protocol slug

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