MEXC · Schema

MEXC Order

Represents a spot or futures order on the MEXC exchange.

CryptocurrencyExchangeTradingFuturesMarket DataFinanceBlockchain

Properties

Name Type Description
symbol string Trading pair symbol (e.g., BTCUSDT)
orderId string Unique order identifier
clientOrderId string Client-assigned order identifier
price string Order price
origQty string Original order quantity
executedQty string Executed quantity
cummulativeQuoteQty string Cumulative quote asset quantity
status string Order status
timeInForce string Time in force policy
type string Order type
side string Order side
stopPrice string Stop price for stop orders
time integer Order creation timestamp in milliseconds
updateTime integer Order last update timestamp in milliseconds
isWorking boolean Whether the order is currently active
origQuoteOrderQty string Original quote order quantity
View JSON Schema on GitHub

JSON Schema

mexc-order.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.mexc.com/schemas/mexc-order",
  "title": "MEXC Order",
  "description": "Represents a spot or futures order on the MEXC exchange.",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Trading pair symbol (e.g., BTCUSDT)"
    },
    "orderId": {
      "type": "string",
      "description": "Unique order identifier"
    },
    "clientOrderId": {
      "type": "string",
      "description": "Client-assigned order identifier"
    },
    "price": {
      "type": "string",
      "description": "Order price"
    },
    "origQty": {
      "type": "string",
      "description": "Original order quantity"
    },
    "executedQty": {
      "type": "string",
      "description": "Executed quantity"
    },
    "cummulativeQuoteQty": {
      "type": "string",
      "description": "Cumulative quote asset quantity"
    },
    "status": {
      "type": "string",
      "enum": ["NEW", "PARTIALLY_FILLED", "FILLED", "CANCELED", "PENDING_CANCEL", "REJECTED", "EXPIRED"],
      "description": "Order status"
    },
    "timeInForce": {
      "type": "string",
      "enum": ["GTC", "IOC", "FOK"],
      "description": "Time in force policy"
    },
    "type": {
      "type": "string",
      "enum": ["LIMIT", "MARKET", "LIMIT_MAKER"],
      "description": "Order type"
    },
    "side": {
      "type": "string",
      "enum": ["BUY", "SELL"],
      "description": "Order side"
    },
    "stopPrice": {
      "type": "string",
      "description": "Stop price for stop orders"
    },
    "time": {
      "type": "integer",
      "format": "int64",
      "description": "Order creation timestamp in milliseconds"
    },
    "updateTime": {
      "type": "integer",
      "format": "int64",
      "description": "Order last update timestamp in milliseconds"
    },
    "isWorking": {
      "type": "boolean",
      "description": "Whether the order is currently active"
    },
    "origQuoteOrderQty": {
      "type": "string",
      "description": "Original quote order quantity"
    }
  },
  "required": ["symbol", "orderId", "status", "type", "side"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mexc-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.