BinanceMiningAccountEarning
Retrieve mining account earnings, including earning type, sub-account ID, account name, and amount. Supports pagination to handle large data sets.
Instructions
Retrieves the earnings associated with a mining account, including the type of earnings (e.g., rebate, referral, refund), sub-account ID, the mining account name, and the amount earned. It also supports pagination for large data sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | Yes | Algorithm (e.g., sha256) | |
| endDate | No | Millisecond timestamp for the end date | |
| pageSize | No | Number of records per page, min 10, max 200 | |
| pageIndex | No | Page number, default is 1 | |
| startDate | No | Millisecond timestamp for the start date | |
| recvWindow | No | Optional: cannot be greater than 60000 |