cURL
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>" ] } ] } ]
Returns a standard matching the given slug, containing supported actions, exact inputs, and a list of chains the standard’s supported on.
slug
inputs
The protocol slug
"aave-v2"
The response is of type object[].
object[]
Was this page helpful?