> For the complete documentation index, see [llms.txt](https://whitepaper.nomoex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.nomoex.com/api-documentation/enum.md).

# Enum

#### Enum <a href="#enum" id="enum"></a>

#### **Terminology**

· `base asset` refers to the asset that is the `quantity` of a symbol.

· `quote asset` refers to the asset that is the `price` of a symbol.

#### **Order status:**

· `NEW`

· `PARTIALLY_FILLED`

· `FILLED`

· `CANCELED`

· `PENDING_CANCEL`

· `REJECTED`

**Order types:**

· `LIMIT`

· `MARKET`

**Order side:**

· `BUY`

· `SELL`

#### **Kline/Candlestick Interval:**

m -> minutes; h -> hours; day -> days; week -> weeks; month -> months

· `1min`

· `5min`

· `15min`

· `30min`

· `60min`

· `1h`

· `4h`

· `1day`

· `1week`

· `1month`
