binance_get_dust_log
Review past Binance dust-to-BNB conversions, showing each batch's transferred BNB, service charge, and per-asset details. Use it to verify what was swept and confirm service fees.
Instructions
List past dust-to-BNB conversions, with the per-asset detail of each one.
Calls GET /sapi/v1/asset/dribblet (SIGNED, IP weight 1). Binance returns "only the
last 100 records" and "only records after 2020/12/01".
When to Use:
To find out what a past "convert small balances to BNB" actually converted, and what the service charge was.
To check whether an asset disappeared because it was swept as dust.
When NOT to Use:
To see what could be converted right now — use
binance_get_dust_convertible.To actually convert — that is
binance_convert_dust_to_bnb.
Returns:
One markdown section per conversion batch (time, transId, total transferred BNB,
total service charge) followed by a table of the assets in that batch, or the raw
envelope with response_format="json".
Windows:
start_time/end_time are optional; Binance caps the history at the last 100
records regardless of the window, and keeps nothing before 2020-12-01.
Examples: params = {} params = {"start_time": "2026-01-01", "end_time": "2026-06-30"}
Error Handling: -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 |