Cancel hashrate resale configuration(USER_DATA)
HTTP Request
POST /sapi/v1/mining/hash-transfer/config/cancel
Request Weight(IP)
5
Request Parameters
Name | Type | Mandatory | Description | Example |
---|---|---|---|---|
configId | INTEGER | YES | Mining ID | 168 |
userName | STRING | YES | Mining Account | test |
recvWindow | LONG | NO | ||
timestamp | LONG | YES |
Response Example
{
"code": 0,
"msg": "",
"data": true
}