BinanceGetEthRedemptionHistory
Retrieve historical ETH staking redemption records with details on asset type, amount, status, and redemption time. Filter by date range and page through results.
Instructions
Get ETH Redemption History API allows users to retrieve their historical ETH staking redemption records, including details like asset type, amount, status, and time of redemption.
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 |