Wallet

Dust Transfer (USER_DATA)

Convert dust assets to BNB.

Weight(UID): 10

post/sapi/v1/asset/dust

Query parameters

assetstring[] required

The asset being converted. For example, asset=BTC&asset=USDT

accountType'SPOT' | 'MARGIN'

SPOT or MARGIN, default SPOT

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Dust log records

totalServiceChargestring required
totalTransferedstring required

Example response

{
  "totalServiceCharge": "0.02102542",
  "totalTransfered": "1.05127099",
  "transferResult": [
    {
      "amount": "0.03000000",
      "fromAsset": "ETH",
      "operateTime": 1563368549307,
      "serviceChargeAmount": "0.00500000",
      "tranId": 2970932918,
      "transferedAmount": "0.25000000"
    }
  ]
}

Changes

Changed in 3 of the 26 revisions of this API.215

    • added the new optional query request parameter accountType

      new-optional-request-parameter

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • for the query request parameter asset, the type was generalized from string to array

      request-parameter-type-generalized

  • a484ce871a72213See the full diff
    • for the query request parameter recvWindow, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the format changed from no format to int64

      request-parameter-type-changed

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required