API Reference

Order Management

Order Status

  • NEW - New order, pending to be filled
  • PARTIALLY_FILLED - Partially filled
  • PARTIALLY_CANCELED - Partially filled and Partially cancelled
  • FILLED - Completed filled
  • CANCELED - Order cancelled
  • PENDING_CANCEL - Pending order to be cancelled (No longer in-use)
  • REJECTED - Order refers to the rejection of an order during the order matching process.
  • PENDING_NEW - Pending order to be NEW

Order Types

  • LIMIT - Limit order
  • MARKET - Market order
  • LIMIT_MAKER - Maker limit order

Order Direction

  • BUY - Buy order
  • SELL - Sell Order

TimeInForce

  • GTC(Currently only supports limit and limit_maker orders)
  • IOC(Currently supports limit and market orders)