player_unclaimed_balances
Retrieve a player's unclaimed token balances for DEC, SPS, or CREDITS by providing username and token type. Shows reward types, amounts, and last claim date; empty array means no unclaimed rewards.
Instructions
Return one account's unclaimed balances for one token from GET /players/unclaimed_balances. Both username and token_type are required: omitting token_type returns HTTP 200 carrying the message that player and token are required, which is an application error inside a success status rather than an HTTP failure. The measured response carried one row per reward type, each with the account, token, type, a string balance and a last-updated date, alongside a last_claim_date. On the captured account SPS returned rows while DEC and CREDITS returned an empty array, so an empty array means no unclaimed rows for that token, not an error. Only DEC, SPS and CREDITS were tried, so the accepted token_type set is not established.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| token_type | Yes |