GET
/
vaults
/
{vault_id}
/
stats
Vault statistics
curl --request GET \
  --url https://0d.finance/api/v1/vaults/{vault_id}/stats
{
  "tvl": "300000000",
  "past_month_apr_pct": 13.48
}

Path Parameters

vault_id
string
required

Stable vault identifier

Minimum length: 1

Response

Vault statistics

The response is of type object.