wallet_deposit_address.Rd
Exposes the GET /sapi/v1/capital/deposit/address
endpoint.
wallet_deposit_address(coin, network = NULL)
Coin.
Blockchain network.
A data frame.
if (FALSE) {
wallet_deposit_address("ETH")
wallet_deposit_address("BNB", network = "BSC")
}