gameassets
Retrieve blast game assets
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
gameassets
Retrieve blast game assets
Retrieves blast game assets data for the user’s profile.
GET
/
game_assets
/
blast
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"batch_id": 123,
"bonus_gold": 123,
"bonus_points": 123,
"deposits": 123,
"level_boost": 123,
"level_tier": 123,
"profile_id": 123,
"referral_boost": 123,
"referrer_profile_id": 123,
"referrer_wallet": "<string>",
"staked_notional_net": 123,
"staking_gold": 123,
"staking_points": 123,
"total_boost": 123,
"total_gold": 123,
"total_points": 123,
"total_referred_deposit": 123,
"total_referred_stakes": 123,
"trading_gold": 123,
"trading_notional": 123,
"trading_points": 123,
"vip_extra_boost": 123,
"wallet": "<string>",
"withdraws": 123
}
],
"success": true
}
Response
200
application/json
OK
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"batch_id": 123,
"bonus_gold": 123,
"bonus_points": 123,
"deposits": 123,
"level_boost": 123,
"level_tier": 123,
"profile_id": 123,
"referral_boost": 123,
"referrer_profile_id": 123,
"referrer_wallet": "<string>",
"staked_notional_net": 123,
"staking_gold": 123,
"staking_points": 123,
"total_boost": 123,
"total_gold": 123,
"total_points": 123,
"total_referred_deposit": 123,
"total_referred_stakes": 123,
"trading_gold": 123,
"trading_notional": 123,
"trading_points": 123,
"vip_extra_boost": 123,
"wallet": "<string>",
"withdraws": 123
}
],
"success": true
}