| walletLST | R Documentation |
The wallet list includes the balance and blocked value of each asset.
walletLST(token)
token |
The token is string value obtain from user ID settings in the NOBITEX. If you are not registered on the website, please use the provided link. |
id |
Cryptocurrency name and ID. |
balance |
The balance value is available for orders. |
blocked |
The blocked value represents funds locked in orders. |
## Not run:
tkn <- "CONTACT WITH AUTHOR"
x <- walletLST(token = tkn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.