Links

User Information

get
https://api.hotcross.com/
users/{account}
Getting claimed rewards and staked amounts for an address in all pools v1
Responses:
  • rewardsClaimed - object:
    • *-string: the reward pool's address
      • pid - string: the amount of rewards claimed by the address
  • userStaked - object:
    • *-string: the reward pool's address
    • pid - string: the amount of tokens staked by the address
  • hasClaimableRewards - object:
    • *-string: the reward pool's address
    • pid - string: a flag indicates that the address has claimable tokens or not
Postman example
For API version 2, add /v2/ into the path: api.hotcross.com/v2/users/{account}
The parameters and responses should be the same. For more detail, please check out Cross API Swagger.