View source: R/wallet-deposit-withdraw.R
wallet_deposit_address | R Documentation |
Exposes the GET /sapi/v1/capital/deposit/address
endpoint.
wallet_deposit_address(coin, network = NULL)
coin |
Coin. |
network |
Blockchain network. |
A data frame.
## Not run:
wallet_deposit_address("ETH")
wallet_deposit_address("BNB", network = "BSC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.