Extra Bonus List (USER_DATA)
Weight(IP): 5
Query parameters
Algorithm(sha256)
Mining Account
Coin name
Search date, millisecond timestamp, while empty query all
Search date, millisecond timestamp, while empty query all
Page number, default is first page, start form 1
Number of pages, minimum 10, maximum 200
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
List of extra bonuses
Example response
{
"data": {
"otherProfits": [
{
"time": 1607443200000,
"coinName": "BTC",
"type": 4,
"profitAmount": 0.0011859,
"status": 2
}
],
"totalNum": 3,
"pageSize": 20
}
}Changes
Changed in 1 of the 26 revisions of this API.315
- ▲
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 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/otherProfitsbecame required for the status200response-property-became-required
- ○
the response property
data/otherProfits/items/coinNamebecame required for the status200response-property-became-required
- ○
the response property
data/otherProfits/items/profitAmountbecame required for the status200response-property-became-required
- ○
the response property
data/otherProfits/items/statusbecame required for the status200response-property-became-required
- ○
the response property
data/otherProfits/items/timebecame required for the status200response-property-became-required
- ○
the response property
data/otherProfits/items/typebecame 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
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
- ▲