walletLST: List of Wallet

View source: R/walletLST.R

walletLSTR Documentation

List of Wallet

Description

The wallet list includes the balance and blocked value of each asset.

Usage

walletLST(token)

Arguments

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.

Value

id

Cryptocurrency name and ID.

balance

The balance value is available for orders.

blocked

The blocked value represents funds locked in orders.

Examples

## Not run: 
tkn <- "CONTACT WITH AUTHOR"
x <- walletLST(token = tkn)

## End(Not run)

TSEtools documentation built on Jan. 8, 2026, 5:07 p.m.