vaultdata
Retrieve vault balance operations data
balanceops
balance
- DELCancel a withdrawal
- POSTClaim a withdrawal
- POSTDeposit an amount
- POSTInitialize a vault
- POSTProcess a withdrawal
- POSTReactivate a vault
- POSTStake an amount
- POSTStake an amount from balance
- POSTBegin unstaking
- POSTCancel an unstake
- POSTProcess unstake requests
- GETRetrieve a list of unstakes
- POSTWithdraw an amount
blast_points
candle
gameassets
market
admin
- POSTChange market title
- POSTChange market icon url
- GETGet user profile cache
- GETGet market tiers
- POSTAdd market tier
- DELRemove market tier
- POSTEdit market tier
- GETGet market profile tiers
- POSTAdd profile market tier
- DELRemove market profile tier
- GETGet market special tiers
- POSTAdd special market tier
- DELRemove market special tier
- POSTEdit special market tier
- GETGet which tiers
onboarding
portfolio
position
referral
secrets
profiledata
vaultdata
vaultdata
Retrieve vault balance operations data
Retrieve vault balance operations data with the provided parameters
GET
/
vaults
/
balanceops
{
"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
}
Response
200
application/json
OK
{
"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
}