binance_get_deposit_addresses
List all deposit addresses issued for a coin across networks to audit or recognize previously used addresses. Returns a table of network, address, tag, and default status.
Instructions
List every deposit address issued for one coin, across networks.
Calls GET /sapi/v1/capital/deposit/address/list (SIGNED, IP weight 10) and marks
which address is the default for its network.
When to Use:
To recognise an address you have used before, or to audit which addresses belong to this account.
When NOT to Use:
To get an address to deposit to right now —
binance_get_deposit_addressreturns the canonical one for a coin/network pair.
Returns:
A markdown table of network, address, tag and isDefault, capped at 50 rows, or
raw JSON with response_format="json".
Examples: params = {"coin": "USDT"} params = {"coin": "USDT", "network": "BSC"}
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 |