{
"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
}
Retrieve vault holdings data with the provided parameters
{
"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
}
Vault Wallet
OK
The response is of type object
.