v1

latestSwagger 2.02026-07-1792042.1 KB
Tokenomics

Returns the balance related information.

get/tokenomics/{userId}/balance-summary

Path parameters

userIdstring required

ID of the user

Headers

Authorizationstring required

Insert your access token

Response

OK

preStakingstring
standardstring
t1string
t2string
totalstring
totalMainnetRewardPoolContributionstring
totalMiningBlockchainstring
totalNoPreStakingBonusstring
totalReferralsstring

Example response

{
  "preStaking": "1,243.02",
  "standard": "1,243.02",
  "t1": "1,243.02",
  "t2": "1,243.02",
  "total": "1,243.02",
  "totalMainnetRewardPoolContribution": "1,243.02",
  "totalMiningBlockchain": "1,243.02",
  "totalNoPreStakingBonus": "1,243.02",
  "totalReferrals": "1,243.02"
}