---
title: "Get Assets That Can Be Converted Into BNB (USER_DATA)"
method: POST
path: "/sapi/v1/asset/dust-btc"
tags: ["Wallet"]
---

# Get Assets That Can Be Converted Into BNB (USER_DATA)

`POST /sapi/v1/asset/dust-btc`

Weight(IP): 1

## Query parameters

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

## Response `200`

Account assets available to be converted to BNB

- object
  - `details` object[], required
    - `asset` string, required
    - `assetFullName` string, required
    - `amountFree` string, required — Convertible amount
    - `toBTC` string, required — BTC amount
    - `toBNB` string, required — BNB amount(Not deducted commission fee
    - `toBNBOffExchange` string, required — BNB amount(Deducted commission fee
    - `exchange` string, required — Commission fee
  - `totalTransferBtc` string, required
  - `totalTransferBNB` string, required
  - `dribbletPercentage` string, required — Commission fee

## Other responses

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

---

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