MEXC Quote API

The Quote API from MEXC — 12 operation(s) for quote.

Operations 12

GET /api/v1/contract/ping Ping #
GET /api/v1/contract/detail ContractDetail #
GET /api/v1/contract/support_currencies DepthBySymbol #
GET /api/v1/contract/depth_commits/BTC_USDT/20 FundingRateBySymbol #
GET /api/v1/contract/kline/BTC_USDT KlineBySymbol #
GET /api/v1/contract/kline/index_price/BTC_USDT IndexPriceKlineBySymbol #
GET /api/v1/contract/kline/fair_price/BTC_USDT FairPriceKlineBySymbol #
GET /api/v1/contract/deals/BTC_USDT DealsBySymbol #
GET /api/v1/contract/ticker Ticker #
GET /api/v1/contract/risk_reverse RiskReverse #
GET /api/v1/contract/risk_reverse/history RiskReverseHistory #
GET /api/v1/contract/funding_rate/history FundingRateHistory #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/mexc-quote-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

mexc-quote-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: MEXC Futures REST API v1 Accounts and Transactions Quote API
  description: MEXC Futures REST API providing access to perpetual futures trading including order management, position management, and market data.
  version: 1.0.0
servers:
- url: https://contract.mexc.com
tags:
- name: Quote
paths:
  /api/v1/contract/ping:
    get:
      tags:
      - Quote
      summary: Ping
      operationId: ping
      description: Ping
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/detail:
    get:
      tags:
      - Quote
      summary: ContractDetail
      operationId: contractdetail
      description: ContractDetail
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/support_currencies:
    get:
      tags:
      - Quote
      summary: DepthBySymbol
      operationId: depthbysymbol
      description: DepthBySymbol
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/depth_commits/BTC_USDT/20:
    get:
      tags:
      - Quote
      summary: FundingRateBySymbol
      operationId: fundingratebysymbol
      description: FundingRateBySymbol
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/kline/BTC_USDT:
    get:
      tags:
      - Quote
      summary: KlineBySymbol
      operationId: klinebysymbol
      description: KlineBySymbol
      parameters:
      - name: interval
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: start
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: end
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/kline/index_price/BTC_USDT:
    get:
      tags:
      - Quote
      summary: IndexPriceKlineBySymbol
      operationId: indexpriceklinebysymbol
      description: IndexPriceKlineBySymbol
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/kline/fair_price/BTC_USDT:
    get:
      tags:
      - Quote
      summary: FairPriceKlineBySymbol
      operationId: fairpriceklinebysymbol
      description: FairPriceKlineBySymbol
      parameters:
      - name: interval
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: start
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: end
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/deals/BTC_USDT:
    get:
      tags:
      - Quote
      summary: DealsBySymbol
      operationId: dealsbysymbol
      description: DealsBySymbol
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/ticker:
    get:
      tags:
      - Quote
      summary: Ticker
      operationId: ticker
      description: Ticker
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/risk_reverse:
    get:
      tags:
      - Quote
      summary: RiskReverse
      operationId: riskreverse
      description: RiskReverse
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/risk_reverse/history:
    get:
      tags:
      - Quote
      summary: RiskReverseHistory
      operationId: riskreversehistory
      description: RiskReverseHistory
      parameters:
      - name: symbol
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: page_num
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: page_size
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v1/contract/funding_rate/history:
    get:
      tags:
      - Quote
      summary: FundingRateHistory
      operationId: fundingratehistory
      description: FundingRateHistory
      parameters:
      - name: symbol
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: page_num
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: page_size
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-MEXC-APIKEY