cURL
curl --request GET \ --url https://0d.finance/api/v1/users/{address}/vaults/{vault_id}/kpis
{ "as_of": "2025-10-23T12:00:00Z", "all_time_pnl_usd": "1000000", "unrealized_pnl_usd": "140000", "realized_pnl_usd": "860000", "max_drawdown_pct": 2.43, "sharpe": 3.19, "sortino": 3.19 }
User wallet address
1
Stable vault identifier
User KPIs
The response is of type object.
object
Was this page helpful?