Request for Miner List (USER_DATA)
Weight(IP): 5
Query parameters
Algorithm(sha256)
Mining Account
Page number, default is first page, start form 1
sort sequence(default=0)0 positive sequence, 1 negative sequence
Sort by( default 1): 1: miner name, 2: real-time computing power, 3: daily average computing power, 4: real-time rejection rate, 5: last submission time
miners status(default=0)0 all, 1 valid, 2 invalid, 3 failure
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
List of workers
Example response
{
"data": {
"workerDatas": [
{
"workerId": "1420554439452400131",
"workerName": "2X73",
"status": 3,
"lastShareTime": 1587712919000
}
],
"totalNum": 18530,
"pageSize": 20
}
}Changes
Changed in 1 of the 26 revisions of this API.617
- ▲
for the
queryrequest parameterpageIndex, the type/format was changed fromstring/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametersort, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parametersortColumn, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterworkerStatus, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ○
the response property
codebecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/pageSizebecame required for the status200response-property-became-required
- ○
the response property
data/totalNumbecame required for the status200response-property-became-required
- ○
the response property
data/workerDatasbecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/dayHashRatebecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/hashRatebecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/lastShareTimebecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/rejectRatebecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/statusbecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/workerIdbecame required for the status200response-property-became-required
- ○
the response property
data/workerDatas/items/workerNamebecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ▲