BinanceHashRateResaleRequest
Create a hashrate resale request by entering mining account, algorithm, resale period, recipient account, and hashrate to transfer.
Instructions
Retrieve a request for setting up a hashrate resale, specifying the mining account, algorithm, start and end times, target mining account for resale, and the amount of hashrate to transfer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | Yes | Transfer algorithm (e.g., sha256) | |
| endDate | Yes | Resale End Time (Millisecond timestamp) | |
| hashRate | Yes | Resale hashrate h/s must be transferred (BTC > 500000000000, ETH > 500000) | |
| userName | Yes | Mining Account | |
| startDate | Yes | Resale Start Time (Millisecond timestamp) | |
| recvWindow | No | Optional: Time window for request validity | |
| toPoolUser | Yes | Mining Account of the recipient pool user |