player_unclaimed_balance_history
Retrieve a player's unclaimed balance history for a specified token by providing username and token type, showing reward actions, amounts, blocks, transaction IDs, and status.
Instructions
Return one account's unclaimed-balance history for one token from GET /players/unclaimed_balance_history. Both username and token_type are required, and omitting token_type returns HTTP 200 carrying the message that player and token are required rather than an HTTP failure. The response is a bare array; each row carried a reward action, an id, the account, token, type, a string amount, a block number, a transaction id, dates, a destination account and a status. On the captured account SPS returned rows while DEC returned an empty array. Only DEC and SPS were tried on this route. This server applies its general 100-row and 256 KB result bounds to the array and does not claim the bounded answer is the full upstream history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| token_type | Yes |