eXchange1
  • Docs
    • Table of contents
    • OpenApi Basic Information
    • ENUM
    • Spot
    • Margin
    • Contract
    • Withdraw
    • WebSocket
    • Errors
    • Official SDK
    • FAQ
    • Appendix 1
Powered by GitBook
On this page
  1. Docs

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

PreviousOpenApi Basic InformationNextSpot