---
title: "Dust Transfer (USER_DATA)"
method: POST
path: "/sapi/v1/asset/dust"
tags: ["Wallet"]
---

# Dust Transfer (USER_DATA)

`POST /sapi/v1/asset/dust`

Convert dust assets to BNB.

Weight(UID): 10

## Query parameters

- `asset` string[], required
- `accountType` 'SPOT' | 'MARGIN'
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Dust log records

- object
  - `totalServiceCharge` string, required
  - `totalTransfered` string, required
  - `transferResult` object[], required
    - `amount` string, required
    - `fromAsset` string, required
    - `operateTime` integer, required
    - `serviceChargeAmount` string, required
    - `tranId` integer, required
    - `transferedAmount` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2024-06-06** `6c02ecd56d37` — 1 info
  - added the new optional `query` request parameter `accountType`
- **2022-02-17** `9f8e6c752c15` — 1 info
  - for the `query` request parameter `asset`, the type was generalized from `string` to `array`
- **2021-10-25** `a484ce871a72` — 2 breaking, 13 info
  - for the `query` request parameter `recvWindow`, the format changed from no format to `int64`
  - for the `query` request parameter `timestamp`, the format changed from no format to `int64`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - …11 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/asset/dust/post.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
