referral
Edit referral code
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
referral
Edit referral code
Edit the referral code for the authenticated user
PATCH
/
referral
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"amend_counter": 123,
"earnings_all_time": 123,
"invited_counter": 123,
"leader_board_status_all": {
"change": 123,
"current_rank": 123,
"exchange_id": "<string>",
"invited_counter": 123,
"previous_rank": 123,
"profile_id": 123,
"volume": 123,
"wallet": "<string>"
},
"leader_board_status_monthly": {
"change": 123,
"current_rank": 123,
"exchange_id": "<string>",
"invited_counter": 123,
"previous_rank": 123,
"profile_id": 123,
"volume": 123,
"wallet": "<string>"
},
"leader_board_status_weekly": {
"change": 123,
"current_rank": 123,
"exchange_id": "<string>",
"invited_counter": 123,
"previous_rank": 123,
"profile_id": 123,
"volume": 123,
"wallet": "<string>"
},
"model": "<string>",
"model_fee_percent": 123,
"payout_24h": 123,
"profile_id": 123,
"referral_level_status": {
"current": {
"commission_percent": 123,
"level": 123,
"milestone_bonus": 123,
"volume": 123
},
"needed_volume": 123,
"next": {
"commission_percent": 123,
"level": 123,
"milestone_bonus": 123,
"volume": 123
},
"prev": {
"commission_percent": 123,
"level": 123,
"milestone_bonus": 123,
"volume": 123
},
"volume": 123
},
"short_code": "<string>",
"timestamp": "<string>"
}
],
"success": true
}
Body
application/json
Edit referral request
Required string length:
3 - 15
Response
200
application/json
OK
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"amend_counter": 123,
"earnings_all_time": 123,
"invited_counter": 123,
"leader_board_status_all": {
"change": 123,
"current_rank": 123,
"exchange_id": "<string>",
"invited_counter": 123,
"previous_rank": 123,
"profile_id": 123,
"volume": 123,
"wallet": "<string>"
},
"leader_board_status_monthly": {
"change": 123,
"current_rank": 123,
"exchange_id": "<string>",
"invited_counter": 123,
"previous_rank": 123,
"profile_id": 123,
"volume": 123,
"wallet": "<string>"
},
"leader_board_status_weekly": {
"change": 123,
"current_rank": 123,
"exchange_id": "<string>",
"invited_counter": 123,
"previous_rank": 123,
"profile_id": 123,
"volume": 123,
"wallet": "<string>"
},
"model": "<string>",
"model_fee_percent": 123,
"payout_24h": 123,
"profile_id": 123,
"referral_level_status": {
"current": {
"commission_percent": 123,
"level": 123,
"milestone_bonus": 123,
"volume": 123
},
"needed_volume": 123,
"next": {
"commission_percent": 123,
"level": 123,
"milestone_bonus": 123,
"volume": 123
},
"prev": {
"commission_percent": 123,
"level": 123,
"milestone_bonus": 123,
"volume": 123
},
"volume": 123
},
"short_code": "<string>",
"timestamp": "<string>"
}
],
"success": true
}