BinanceGetBoostRewardsHistory
Retrieve your boost rewards history from staking, showing reward amounts, token types, and status (CLAIM/DISTRIBUTE) with pagination and time filters.
Instructions
Get Boost Rewards History API allows users to retrieve their boost rewards history for staking activities. This includes the amount of rewards received, the token type (e.g., SOL), and the status of the rewards (e.g., CLAIM or 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 |