# ENUM

**术语解释:**

* `base` 指一个交易对的交易对象，即写在靠前部分的资产名
* `quote` 指一个交易对的定价资产，即写在靠后部分资产名

**订单状态:**

* `NEW` 新建订单
* `PARTIALLY_FILLED` 部分成交
* `FILLED` 全部成交
* `CANCELED` 已撤销
* `PENDING_CANCEL` 正在撤销中
* `REJECTED` 订单被拒绝

**订单种类:**

* `LIMIT` 限价单
* `MARKET` 市价单

**订单方向:**

* `BUY` 买单
* `SELL` 卖单

**K线间隔:**

min -> 分钟; h -> 小时; day -> 天; week -> 周; month -> 月

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kaisensei34.gitbook.io/aivora-docs/enum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
