BinanceEarningsList
Fetch mining earnings lists including transferred hashrate, daily hashrate, profit amount, and payment status (unpaid, paying, paid).
Instructions
Retrieves list of earnings related to mining activities, including transferred hashrate, daily hashrate, profit amount, and the status of the payment (unpaid, paying, or paid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | Yes | Transfer algorithm (e.g., sha256) | |
| coin | No | Coin name (optional) | |
| endDate | No | Search end date (milliseconds timestamp, optional) | |
| pageSize | No | Number of pages, minimum 10, maximum 200 | |
| userName | Yes | Mining account username | |
| pageIndex | No | Page number, default is the first page starting from 1 | |
| startDate | No | Search start date (milliseconds timestamp, optional) | |
| recvWindow | No | Optional: cannot be greater than 60000 |