lst: List of trades

View source: R/lst.R

lstR Documentation

List of trades

Description

This function lists all completed trades.

Usage

lst(n=500, token)

Arguments

n

An integer value specifying the number of trades to display, with a maximum of 500.

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

srcCurrency

Source name of the cryptocurrency

dstCurrency

Destination cryptocurrency; values are Tether or Rials.

timestamp

Trade date and time.

market

Market names

price

Trade price.

amount

Trade amount

total

Total trade value.

type

Trade type (buy or sell).

fee

Trade fee.

id

Trade id.

orderId

Trade order ID.

Examples


## Not run: 
tkn <- "CONTACT WITH AUTHOR"
x <- lst(n = 500, token = tkn)

## End(Not run)

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