v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Mining

Request for Detail Miner List (USER_DATA)

Weight(IP): 5

get/sapi/v1/mining/worker/detail

Query parameters

algostring required

Algorithm(sha256)

userNamestring required

Mining Account

workerNamestring required

Miner’s name

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

List of workers' hashrates'

codeinteger required
msgstring required

Example response

{
  "data": [
    {
      "workerName": "bhdc1.16A10404B",
      "type": "H_hashrate",
      "hashrateDatas": [
        {
          "time": 1587902400000,
          "hashrate": "0"
        }
      ]
    }
  ]
}