MEXC Parent child account API

The Parent child account API from MEXC — 6 operation(s) for parent child account.

Operations 9

POST /api/v3/sub-account/virtualSubAccount new virtualSubAccount #
GET /api/v3/sub-account/list Query sub-account list #
POST /api/v3/sub-account/apiKey new sub-account apiKey #
GET /api/v3/sub-account/apiKey Query sub-account apiKey #
DELETE /api/v3/sub-account/apiKey Delete sub-account apiKey #
POST /api/v3/capital/sub-account/universalTransfer Sub-account UniversalTransfer #
GET /api/v3/capital/sub-account/universalTransfer Query Sub-account UniversalTransfer Record #
POST /api/v3/sub-account/futures Enable Futures For Sub-account #
POST /api/v3/sub-account/margin Enable Margin For Sub-account #

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-parent-child-account-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-parent-child-account-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: MEXC Futures REST API v1 Accounts and Transactions Parent child account 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: Parent child account
paths:
  /api/v3/sub-account/virtualSubAccount:
    post:
      tags:
      - Parent child account
      summary: new virtualSubAccount
      operationId: new_virtualsubaccount
      description: new virtualSubAccount
      parameters:
      - name: subAccount
        in: query
        description: subAccount
        required: false
        schema:
          type: string
      - name: note
        in: query
        description: remarks
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v3/sub-account/list:
    get:
      tags:
      - Parent child account
      summary: Query sub-account list
      operationId: query_sub_account_list
      description: Query sub-account list
      parameters:
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: recvWindow
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v3/sub-account/apiKey:
    post:
      tags:
      - Parent child account
      summary: new sub-account apiKey
      operationId: new_sub_account_apikey
      description: new sub-account apiKey
      parameters:
      - name: subAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: note
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: permissions
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
    get:
      tags:
      - Parent child account
      summary: Query sub-account apiKey
      operationId: query_sub_account_apikey
      description: Query sub-account apiKey
      parameters:
      - name: subAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
    delete:
      tags:
      - Parent child account
      summary: Delete sub-account apiKey
      operationId: delete_sub_account_apikey
      description: Delete sub-account apiKey
      parameters:
      - name: subAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: apiKey
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      requestBody:
        content:
          text/plain:
            schema:
              type: object
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v3/capital/sub-account/universalTransfer:
    post:
      tags:
      - Parent child account
      summary: Sub-account UniversalTransfer
      operationId: sub_account_universaltransfer
      description: Sub-account UniversalTransfer
      parameters:
      - name: asset
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: amount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: fromAccountType
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: fromAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: toAccountType
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: toAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: clientTranId
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
    get:
      tags:
      - Parent child account
      summary: Query Sub-account UniversalTransfer Record
      operationId: query_sub_account_universaltransfer_record
      description: Query Sub-account UniversalTransfer Record
      parameters:
      - name: asset
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: fromAccountType
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: toAccountType
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: toAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v3/sub-account/futures:
    post:
      tags:
      - Parent child account
      summary: Enable Futures For Sub-account
      operationId: enable_futures_for_sub_account
      description: Enable Futures For Sub-account
      parameters:
      - name: subAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        in: query
        description: ''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      security:
      - ApiKeyAuth: []
  /api/v3/sub-account/margin:
    post:
      tags:
      - Parent child account
      summary: Enable Margin For Sub-account
      operationId: enable_margin_for_sub_account
      description: Enable Margin For Sub-account
      parameters:
      - name: subAccount
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: timestamp
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: signature
        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