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.
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>"
]
}
]
}
]Show child attributes
approve, borrow, borrowwithpositionid, bridge, deposit, singledeposit, singledepositwithpositionid, multideposit, tokenizedsingledeposit, tokenizedmultideposit, multioutsingledeposit, depositclmm, harvest, permittransferfrom, redeem, singleredeem, singleredeemwithpositionid, multiredeem, tokenizedsingleredeem, tokenizedmultiredeem, redeemclmm, repay, repaywithpositionid, swap, transfer, transferfrom, route, call, split, merge, balance, minamountout, slippage, fee, ensofee, paymasterfee Was this page helpful?