Skip to main content
GET
/
vaults
/
{vault_id}
/
kpis
cURL
curl --request GET \
  --url https://api.0d.finance/{version}/vaults/{vault_id}/kpis
{
  "cumulative_pnl_usd": "<string>",
  "max_drawdown_pct": 123,
  "profit_share_bps": 1,
  "sharpe": 123
}

Path Parameters

vault_id
string
required

Vault identifier

Query Parameters

timeframe
enum<string>
required

Time period for KPI calculation

Available options:
7d,
30d,
1y,
all

Response

Vault performance KPIs

cumulative_pnl_usd
string
required
max_drawdown_pct
number<double>
required
profit_share_bps
integer<int32>
required
Required range: x >= 0
sharpe
number<double>
required