player_reward_delegation_history
Retrieve reward-delegation records for a single Splinterlands player. Use filters like limit, offset, and delegate_to_player to inspect specific history entries.
Instructions
Read reward-delegation history for one player. In paired probes limit=1 returned one leading row, but limit=2 with offset=1 returned an empty array despite a populated response without offset. An empty offset result does not establish the end of history. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. Array responses are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| token | No | ||
| types | No | ||
| offset | No | ||
| trx_ids | No | ||
| username | Yes | ||
| delegate_to_player | No | ||
| delegate_to_players | No |