MEXC · Schema

MEXC Ticker

24-hour rolling window price change statistics for a trading pair on MEXC.

CryptocurrencyExchangeTradingFuturesMarket DataFinanceBlockchain

Properties

Name Type Description
symbol string Trading pair symbol (e.g., BTCUSDT)
priceChange string Price change over the last 24 hours
priceChangePercent string Price change percentage over the last 24 hours
prevClosePrice string Previous close price
lastPrice string Last traded price
bidPrice string Best bid price
bidQty string Best bid quantity
askPrice string Best ask price
askQty string Best ask quantity
openPrice string Opening price of the 24-hour window
highPrice string Highest price in the 24-hour window
lowPrice string Lowest price in the 24-hour window
volume string Total traded base asset volume
quoteVolume string Total traded quote asset volume
openTime integer Start time of the 24-hour window in milliseconds
closeTime integer End time of the 24-hour window in milliseconds
count integer Total number of trades
View JSON Schema on GitHub

JSON Schema

mexc-ticker.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.mexc.com/schemas/mexc-ticker",
  "title": "MEXC Ticker",
  "description": "24-hour rolling window price change statistics for a trading pair on MEXC.",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Trading pair symbol (e.g., BTCUSDT)"
    },
    "priceChange": {
      "type": "string",
      "description": "Price change over the last 24 hours"
    },
    "priceChangePercent": {
      "type": "string",
      "description": "Price change percentage over the last 24 hours"
    },
    "prevClosePrice": {
      "type": "string",
      "description": "Previous close price"
    },
    "lastPrice": {
      "type": "string",
      "description": "Last traded price"
    },
    "bidPrice": {
      "type": "string",
      "description": "Best bid price"
    },
    "bidQty": {
      "type": "string",
      "description": "Best bid quantity"
    },
    "askPrice": {
      "type": "string",
      "description": "Best ask price"
    },
    "askQty": {
      "type": "string",
      "description": "Best ask quantity"
    },
    "openPrice": {
      "type": "string",
      "description": "Opening price of the 24-hour window"
    },
    "highPrice": {
      "type": "string",
      "description": "Highest price in the 24-hour window"
    },
    "lowPrice": {
      "type": "string",
      "description": "Lowest price in the 24-hour window"
    },
    "volume": {
      "type": "string",
      "description": "Total traded base asset volume"
    },
    "quoteVolume": {
      "type": "string",
      "description": "Total traded quote asset volume"
    },
    "openTime": {
      "type": "integer",
      "format": "int64",
      "description": "Start time of the 24-hour window in milliseconds"
    },
    "closeTime": {
      "type": "integer",
      "format": "int64",
      "description": "End time of the 24-hour window in milliseconds"
    },
    "count": {
      "type": "integer",
      "description": "Total number of trades"
    }
  },
  "required": ["symbol", "lastPrice", "volume"]
}

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-ticker"
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.