BinanceGetBnsolRewardsHistory
Retrieve historical boost rewards for staking, including reward amounts, token type (e.g., SOL), and claim or distribute status. Filter by time range and pagination to audit your staking rewards.
Instructions
Get Boost Rewards History API allows users to retrieve their historical boost rewards data for staking, including the amount of rewards, token type (e.g., SOL), and status of the rewards (e.g., CLAIM, DISTRIBUTE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of results per page. Default: 10, Max: 100 | |
| type | No | Type of action. Must be "CLAIM" or "DISTRIBUTE". Default: "CLAIM" | CLAIM |
| current | No | Currently querying page. Start from 1. Default: 1 | |
| endTime | No | End time in milliseconds (optional) | |
| startTime | No | Start time in milliseconds (optional) | |
| recvWindow | No | Time window for request validity |