registerBinanceGetEthStakingHistory
Retrieve historical ETH staking records with asset type, amount, status, and staking time. Filter by date range and page through results to monitor staking activity.
Instructions
Get ETH Staking History API allows users to retrieve their historical ETH staking records, including details like asset type, amount, status, and time of staking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of results per page. Default is 10, Max is 100 | |
| current | No | Currently querying page. Start from 1. Default is 1 | |
| endTime | No | End time in milliseconds (e.g., 1641522526562) | |
| startTime | No | Start time in milliseconds (e.g., 1641522717552) | |
| recvWindow | No | Time window for request validity |