binance_get_asset_detail
Check whether deposits or withdrawals are suspended for an asset and read its withdrawal fee and minimum before planning a transfer.
Instructions
Report per-asset deposit/withdraw status, withdraw fee and minimum.
Calls GET /sapi/v1/asset/assetDetail (SIGNED, IP weight 1). Binance answers with a
map keyed by asset, not a list.
When to Use:
To check whether deposits or withdrawals are currently suspended for an asset.
To read an asset's withdraw fee and minimum before planning a movement elsewhere.
When NOT to Use:
For per-network detail (which chain, its own fee/min) — use
binance_get_coin_config(wallet_capital.py).To actually withdraw: this server has no withdrawal tool, by design, and the HTTP client refuses
/sapi/v1/capital/withdraw/applyunder every configuration.
Returns:
A markdown table of asset / deposit / withdraw / withdraw fee / min withdraw / tip,
capped at 50 assets (pass asset to narrow), or the raw map with
response_format="json".
Examples: params = {"asset": "BTC"} params = {}
Error Handling: -2015 means the key lacks Reading permission or this IP is not allowlisted. An unknown asset comes back as an empty map, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |