cURL
curl --request GET \ --url https://api.enso.finance/api/v1/standards
[ { "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 standards available for bundling. Each element represents a protocol, with list of supported actions and chains the standard’s supported on.
The response is of type object[].
object[]
Was this page helpful?