Mining

Extra Bonus List (USER_DATA)

Weight(IP): 5

get/sapi/v1/mining/payment/other

Query parameters

algostring required

Algorithm(sha256)

userNamestring required

Mining Account

coinstring
Example:BNB

Coin name

startDatestring

Search date, millisecond timestamp, while empty query all

endDatestring

Search date, millisecond timestamp, while empty query all

pageIndexinteger

Page number, default is first page, start form 1

pageSizestring

Number of pages, minimum 10, maximum 200

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

List of extra bonuses

codeinteger required
msgstring required

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

  • a484ce871a72315See the full diff
    • for the query request parameter pageIndex, the type/format was changed from string/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the response property code became required for the status 200

      response-property-became-required

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property data became required for the status 200

      response-property-became-required

    • the response property data/otherProfits became required for the status 200

      response-property-became-required

    • the response property data/otherProfits/items/coinName became required for the status 200

      response-property-became-required

    • the response property data/otherProfits/items/profitAmount became required for the status 200

      response-property-became-required

    • the response property data/otherProfits/items/status became required for the status 200

      response-property-became-required

    • the response property data/otherProfits/items/time became required for the status 200

      response-property-became-required

    • the response property data/otherProfits/items/type became required for the status 200

      response-property-became-required

    • the response property data/pageSize became required for the status 200

      response-property-became-required

    • the response property data/totalNum became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required