Enumeration Types
These enumerations (enum) are used across all market-related APIs to standardize and categorize key values such as market types.
Market
Purpose: Specifies the market to which the order belongs.
| Code | Description |
|---|---|
dcex | Digital Currency Market |
interval
| Code | Description |
|---|---|
Minute1 | 1 minute K |
Minute3 | 3 minute K |
Minute5 | 5 minute K |
Minute30 | 30 minute K |
Hour | hour K |
Day | day K |
Week | week K |
Month | month K |
Quarter | quarter K |
Year | year K |
session
| Code | Description |
|---|---|
unknown | unknown |
pre_market | pre-market |
after_market | after-market |
trading | trading |
closed | closed |
pre_opening | pre-opening auction session |
closing_auction | slosing auction session |
crypto_status
| Code | Description |
|---|---|
normal | Normal |
suspended | Suspended |
circuit_breaker | Circuit Breaker |
option_type
| Code | Description |
|---|---|
call | Call |
put | Put |
language
| Code | Description |
|---|---|
zh_tw | Traditional Chinese |
en_us | English |
ja_jp | Japanese |
th_th | Thai |
ar_sa | Arabic |
nl_nl | Dutch |
ko_kr | Korean |
action_type
| Code | Description |
|---|---|
split | Stock split |
reverse_split | Stock reverse split |
dividend | Stock dividend |

