Skip to main content
GET
/
vaults
/
{vault_id}
/
stats
cURL
curl --request GET \
  --url https://api.0d.finance/{version}/vaults/{vault_id}/stats
{
  "past_month_apr_pct": 123,
  "tvl": "<string>"
}

Path Parameters

vault_id
string
required

Vault identifier

Response

Vault statistics

past_month_apr_pct
number<double>
required
tvl
string
required