| lst | R Documentation |
This function lists all completed trades.
lst(n=500, token)
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. |
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. |
## Not run:
tkn <- "CONTACT WITH AUTHOR"
x <- lst(n = 500, token = tkn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.