v26

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

Get Cloud-Mining payment and refund history (USER_DATA)

The query of Cloud-Mining payment and refund history

Weight(UID): 600

get/sapi/v1/asset/ledger-transfer/cloud-mining/queryByPage

Query parameters

tranIdinteger
Example:118263615991

The transaction id

clientTranIdstring

The unique flag

assetstring
Example:BTC

If it is blank, we will query all assets

startTimeinteger required

UTC timestamp in ms

endTimeinteger required

UTC timestamp in ms

currentinteger
Example:1

Current querying page. Start from 1. Default:1

sizeinteger
Example:100

Default:10 Max:100

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Cloud Mining Payment and Refund History

totalinteger required

Example response

{
  "total": 1,
  "rows": [
    {
      "createTime": 1667880112000,
      "tranId": 121230610120,
      "type": 248,
      "asset": "USDT",
      "amount": "1",
      "status": "S"
    }
  ]
}