curl --request GET \
--url https://api.enso.build/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.
curl --request GET \
--url https://api.enso.build/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>"
]
}
]
}
]Was this page helpful?