Trade.mn API
About usContact us
  • API Doc
    • General API Information
    • API Key Setup
    • HTTP Return Codes
    • General Information on Endpoints
    • Endpoint security type
    • SIGNED (TRADE) Endpoint security
      • Timing security
    • Public API Endpoints
      • Terminology
      • ENUM definitions
      • General endpoints
      • Market Data endpoints
        • Order book (USER_DATA)
        • Recent trades list (USER_DATA)
      • Trading endpoints
        • New order (TRADE)
        • Cancel order (TRADE)
        • Current open orders (TRADE)
        • Trade history (TRADE)
      • Wallet endpoints
        • Wallet balance (WALLET)
        • Wallet balance by asset (WALLET)
    • Websocket (Socket.io)
    • Error Codes
    • Postman Collections
Powered by GitBook
On this page

Was this helpful?

  1. API Doc
  2. Public API Endpoints

ENUM definitions

Account and Symbol Permissions (permissions):

  • SPOT

Order status (status):

Status
Description

NEW

The order has been accepted by the engine.

PARTIALLY_FILLED

A part of the order has been filled.

FILLED

The order has been completed.

CANCELED

The order has been canceled by the user.

PENDING_CANCEL

Currently unused

REJECTED

The order was not accepted by the engine and not processed.

Order types (orderTypes, type):

  • LIMIT

  • MARKET

Order side (side):

  • BUY

  • SELL

PreviousTerminologyNextGeneral endpoints

Last updated 1 year ago

Was this helpful?