GET
/
users
/
{address}
/
vaults
/
{vault_id}
/
summary
User position summary
curl --request GET \
  --url https://0d.finance/api/v1/users/{address}/vaults/{vault_id}/summary
{
  "vault_id": "starknet-elp",
  "as_of": "2025-10-23T12:00:00Z",
  "position_value_usd": "10000",
  "share_balance": "9850",
  "share_price": "1.015",
  "first_deposit_at": "2025-01-15T10:30:00Z",
  "total_deposits": "9500",
  "all_time_earned": "500"
}

Path Parameters

address
string
required

User wallet address

Minimum length: 1
vault_id
string
required

Stable vault identifier

Minimum length: 1

Response

User position summary

The response is of type object.