Skip to main content

Hashrate Resale Request(USER_DATA)

API Description

Hashrate Resale Request

HTTP Request

POST /sapi/v1/mining/hash-transfer/config

Request Weight(IP)

5

Request Parameters

NameTypeMandatoryDescriptionExample
userNameSTRINGYESMining Accounttest
algoSTRINGYESTransfer algorithm(sha256)sha256
endDateLongYESResale End Time (Millisecond timestamp)1617659086000
startDateLongYESResale Start Time(Millisecond timestamp)1607659086000
toPoolUserSTRINGYESMining AccountS19pro
hashRateLongYESResale hashrate h/s must be transferred (BTC is greater than 500000000000 ETH is greater than 500000)100000000
recvWindowLONGNO
timestampLONGYES

Response Example

{
"code": 0,
"msg": "",
"data": 171 // Mining Account
}