GET
/
vaults
/
{vault_id}
/
kpis
Vault performance KPIs
curl --request GET \
  --url https://0d.finance/api/v1/vaults/{vault_id}/kpis
{
  "cumulative_pnl_usd": "25000000",
  "max_drawdown_pct": 2.43,
  "sharpe": 3.19,
  "profit_share_bps": 2000
}

Path Parameters

vault_id
string
required

Stable vault identifier

Minimum length: 1

Query Parameters

timeframe
enum<string>
default:all
Available options:
7d,
30d,
1y,
all

Response

KPIs

The response is of type object.