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

# ENUM

**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`&#x20;
* `PARTIALLY_FILLED` &#x20;
* `FILLED` &#x20;
* `CANCELED` &#x20;
* `PENDING_CANCEL`&#x20;
* `REJECTED`

#### **Order types:**

* `LIMIT`
* `MARKET`

#### **Order side:**

* `BUY`&#x20;
* `SELL`&#x20;

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

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

* `1min`
* `5min`
* `15min`
* `30min`
* `60min`
* `1h`
* `4h`
* `1day`
* `1week`
* `1month`
