Account List (USER_DATA)
Weight(IP): 5
Query parameters
Algorithm(sha256)
Mining Account
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
List of mining accounts
Example response
{
"data": [
{
"type": "H_hashrate",
"userName": "test",
"list": [
{
"time": 1585267200000,
"hashrate": "0.00000000",
"reject": "0.00000000"
}
]
}
]
}Changes
Changed in 1 of the 26 revisions of this API.213
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-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/items/listbecame required for the status200response-property-became-required
- ○
the response property
data/items/list/items/hashratebecame required for the status200response-property-became-required
- ○
the response property
data/items/list/items/rejectbecame required for the status200response-property-became-required
- ○
the response property
data/items/list/items/timebecame required for the status200response-property-became-required
- ○
the response property
data/items/typebecame required for the status200response-property-became-required
- ○
the response property
data/items/userNamebecame 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
- ▲