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

**Order types:**

* `LIMIT`
* `MARKET`

**Order side:**

* `BUY`
* `SELL`

**Kline/Candlestick Interval:**

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

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

`GET`
