GET
/
api
/
v1
/
standards
/
{slug}
curl --request GET \
  --url https://api.enso.finance/api/v1/standards/{slug}
[
  {
    "protocol": {
      "slug": "<string>",
      "url": "<string>"
    },
    "forks": [
      {
        "slug": "<string>",
        "url": "<string>"
      }
    ],
    "actions": [
      {
        "action": "approve",
        "name": "<string>",
        "functionNames": [
          "<string>"
        ],
        "supportedChains": [
          {
            "id": 123,
            "name": "<string>"
          }
        ],
        "inputs": [
          "<string>"
        ]
      }
    ]
  }
]

Path Parameters

slug
string
required

The protocol slug

Example:

"aave-v2"

Response

200 - application/json

The response is of type object[].