binance_get_dust_convertible
Preview which small balances qualify as dust and their value in BTC/BNB before conversion. Use it to confirm eligible assets and expected proceeds, then convert.
Instructions
Preview which small balances can be converted to BNB, and what they are worth.
Calls POST /sapi/v1/asset/dust-btc (SIGNED, IP weight 1). Binance uses POST for
this query; it is on the client's read allowlist, so the preview works even with the
trading kill-switch off. Nothing is converted by this call.
When to Use:
Always, immediately before
binance_convert_dust_to_bnb— it names the exact assets that are eligible and the BNB each one yields.
When NOT to Use:
To see conversions that already happened — use
binance_get_dust_log.
Returns:
A markdown table of asset / free amount / value in BTC / BNB you would receive
(on-exchange and off-exchange rates when Binance sends both), plus the batch totals
and the service-charge percentage, or the raw envelope with response_format="json".
Examples: params = {} params = {"account_type": "MARGIN"}
Error Handling:
An empty details list means nothing currently qualifies as dust. -2015 means the
key lacks Reading permission or this IP is not allowlisted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |