wallet_deposit_address.RdExposes 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")
}