Skip to main content
GET
/
users
/
{address}
/
vaults
/
{vault_id}
/
kpis
cURL
curl --request GET \
  --url https://api.0d.finance/{version}/users/{address}/vaults/{vault_id}/kpis
{
  "all_time_pnl_usd": "<string>",
  "as_of": "2023-11-07T05:31:56Z",
  "max_drawdown_pct": 123,
  "realized_pnl_usd": "<string>",
  "sharpe": 123,
  "sortino": 123,
  "unrealized_pnl_usd": "<string>"
}

Path Parameters

address
string
required

User wallet address

vault_id
string
required

Vault identifier

Response

User performance KPIs

all_time_pnl_usd
string
required
as_of
string<date-time>
required
max_drawdown_pct
number<double>
required
realized_pnl_usd
string
required
sharpe
number<double>
required
sortino
number<double>
required
unrealized_pnl_usd
string
required