ENUM Definitions
This document describes all ENUM values used in the EXMON API (Public, Private, Voucher).
Only values explicitly present in request parameters or API responses are included.
Trade Type (type)
Used in:
/trades/user_trades/order_trades
buysell
Order Type (type)
Used in:
/order_create/user_open_orders/user_cancelled_orders
Limit Orders
buysell
Market Orders
market_buymarket_sellmarket_buy_totalmarket_sell_total
Stop Market Orders
stop_market_buystop_market_sell
Execution Type (exec_type)
Used in:
/order_create(request)/user_trades(response)/order_trades(response)
Order creation (request)
post_onlyfokioc
Trade execution (response)
makertaker
Payment Provider Type (type)
Used in:
/payments/providers/crypto/list
depositwithdraw
Candle Resolution (resolution)
Used in:
/candles_history
1515304560120180240DWM
Cancel Reason Status (reason_status)
Used in:
/user_cancelled_orders
user_canceled
Notes
- All ENUM values are case-sensitive
- ENUM values are returned exactly as shown in API responses
- No additional ENUM types are defined beyond those listed above