Response
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"exchange_id": "<string>",
"id": "<string>",
"inception_timestamp": 123,
"manager_name": "<string>",
"ops_sub_type": "<string>",
"ops_type": "<string>",
"stake_shares": 123,
"stake_usdt": 123,
"staker_profile_id": 123,
"status": "<string>",
"timestamp": 123,
"unstake_fee_usdt": 123,
"unstake_shares": 123,
"unstake_usdt": 123,
"vault_name": "<string>",
"vault_profile_id": 123,
"wallet": "<string>"
}
],
"success": true
}
Retrieve vault balance operations data with the provided parameters
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"exchange_id": "<string>",
"id": "<string>",
"inception_timestamp": 123,
"manager_name": "<string>",
"ops_sub_type": "<string>",
"ops_type": "<string>",
"stake_shares": 123,
"stake_usdt": 123,
"staker_profile_id": 123,
"status": "<string>",
"timestamp": 123,
"unstake_fee_usdt": 123,
"unstake_shares": 123,
"unstake_usdt": 123,
"vault_name": "<string>",
"vault_profile_id": 123,
"wallet": "<string>"
}
],
"success": true
}
OK
The response is of type object
.