{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"account_equity": 123,
"apy": 123,
"exchange_id": "<string>",
"inception_timestamp": 123,
"manager_name": "<string>",
"performance_fee": 123,
"share_price": 123,
"status": "<string>",
"total_shares": 123,
"vault_name": "<string>",
"vault_profile_id": 123,
"wallet": "<string>"
}
],
"success": true
}
Retrieve vault data with the provided parameters
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"account_equity": 123,
"apy": 123,
"exchange_id": "<string>",
"inception_timestamp": 123,
"manager_name": "<string>",
"performance_fee": 123,
"share_price": 123,
"status": "<string>",
"total_shares": 123,
"vault_name": "<string>",
"vault_profile_id": 123,
"wallet": "<string>"
}
],
"success": true
}
Vault Wallet
OK
The response is of type object
.