| orderList | R Documentation |
The order list shows all registered orders waiting to be traded.
orderList(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. |
The value returned:
type |
Order type: "sell" or "buy". |
execution |
Order execution type can be "Limit", "Market", "StopMarket", or "StopLimit" |
tradeType |
Order trade type is "Spot" or "Margin" |
srcCurrency |
Source currency name ("Bitcoin", "Tether", etc). |
dstCurrency |
Destination currency name (USDT or RLS). |
price |
Order price |
amount |
Order amount |
totalOrderPrice |
Total order price. |
matchedAmount |
Matched amount. |
unmatchedAmount |
Remaining amount for trade. |
id |
Id number of order. |
status |
Order status: New, "Active", "Inactive", "Done", or "Canceled". |
fee |
Order fee. |
created_at |
Created time of order. |
market |
Market name of order. |
## Not run:
tkn <- "CONTACT WITH AUTHOR"
x <- orderList(token = tkn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.