GET
/
vaults
/
holdings
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "exchange_id": "<string>",
      "inception_timestamp": 123,
      "manager_name": "<string>",
      "net_withdrawable": 123,
      "performance_charge": 123,
      "performance_fee": 123,
      "shares": 123,
      "staker_profile_id": 123,
      "status": "<string>",
      "user_nav": 123,
      "vault_name": "<string>",
      "vault_profile_id": 123,
      "wallet": "<string>"
    }
  ],
  "success": true
}

Query Parameters

vault_wallet
string

Vault Wallet

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean