orderList: Order List

View source: R/orderList.R

orderListR Documentation

Order List

Description

The order list shows all registered orders waiting to be traded.

Usage

orderList(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

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.

Examples


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

## End(Not run)

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