Response
Vault list
The response is of type object
.
curl --request GET \
--url https://0d.finance/api/v1/vaults
{
"items": [
{
"id": "starknet-elp",
"name": "Starknet ELP Vault",
"description": "Mandate: The community-owned Starknet ecosystem liquidity provider vault is a non-custodial fully delta-neutral vault.It provides liquidity through multiple market making strategies, into Starknet's main AMM Ekubo and Starknet's main perpetual exchange Extended. More information can be found here\n",
"chain": "starknet",
"symbol": "0D-ELP",
"tvl": "300000000",
"status": "live"
}
]
}
curl --request GET \
--url https://0d.finance/api/v1/vaults
{
"items": [
{
"id": "starknet-elp",
"name": "Starknet ELP Vault",
"description": "Mandate: The community-owned Starknet ecosystem liquidity provider vault is a non-custodial fully delta-neutral vault.It provides liquidity through multiple market making strategies, into Starknet's main AMM Ekubo and Starknet's main perpetual exchange Extended. More information can be found here\n",
"chain": "starknet",
"symbol": "0D-ELP",
"tvl": "300000000",
"status": "live"
}
]
}
Vault list
The response is of type object
.
Was this page helpful?