Exposes the GET /sapi/v1/capital/deposit/address endpoint.

wallet_deposit_address(coin, network = NULL)

Arguments

coin

Coin.

network

Blockchain network.

Value

A data frame.

Examples

if (FALSE) {
wallet_deposit_address("ETH")
wallet_deposit_address("BNB", network = "BSC")
}