binance_get_deposit_address
Retrieve the deposit address for a specific coin and network on Binance. Confirm the network first, then use the returned address with any tag/memo to avoid losing funds.
Instructions
Get the deposit address for one coin on one network.
Calls GET /sapi/v1/capital/deposit/address (SIGNED, IP weight 10). Omitting
network returns the coin's default network — which is NOT always the one you
want; binance_get_coin_config lists every network with its isDefault flag.
⚠️ Sending a coin to an address on the wrong network loses the funds. Confirm the
network before using the address, and use the tag/memo when one is returned.
When to Use:
Before sending crypto into Binance from an external wallet.
When NOT to Use:
To see every address already issued for a coin — use
binance_get_deposit_addresses.To check whether deposits are even enabled for that coin/network right now — use
binance_get_coin_configfirst.
Returns:
A markdown block with address, coin, tag and Binance's url (a block-explorer
link), or raw JSON with response_format="json".
Examples: params = {"coin": "USDT", "network": "TRX"} params = {"coin": "BTC"}
Error Handling: An unknown coin/network pair returns a Binance error naming the parameter. -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 |