MEXC · Example Payload

Mexc Futures Place Order Example

Example of placing a perpetual futures limit order on the MEXC Futures REST API

CryptocurrencyExchangeTradingFuturesMarket DataFinanceBlockchain

Mexc Futures Place Order Example is an example object payload from MEXC, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Place a Futures Order",
  "description": "Example of placing a perpetual futures limit order on the MEXC Futures REST API",
  "request": {
    "method": "POST",
    "url": "https://contract.mexc.com/api/v1/private/order/submit",
    "headers": {
      "ApiKey": "YOUR_API_KEY",
      "Request-Time": "1718000000000",
      "Signature": "YOUR_HMAC_SHA256_SIGNATURE",
      "Content-Type": "application/json"
    },
    "body": {
      "symbol": "BTC_USDT",
      "price": 60000.0,
      "vol": 1,
      "side": 1,
      "type": 1,
      "openType": 1,
      "leverage": 10
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "code": 0,
      "data": "C02__468615423963070465"
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/mexc-futures-place-order-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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