mexc-openapi-skill

Interact with MEXC Spot REST APIs using HMAC SHA256 query signing.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill mexc-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mexc-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/mexc-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill mexc-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with the MEXC Spot REST APIs, providing a curated interface for market data, account information, and order management, while ensuring secure and controlled execution.

Core Features & Use Cases

  • Curated API Access: Operates a specific subset of MEXC Spot APIs through a well-defined OpenAPI schema.
  • Secure Authentication: Implements HMAC SHA256 query signing for secure API requests.
  • Workflow Guardrails: Differentiates between public read operations and sensitive signed write operations, with explicit prompts for confirmation on trades.
  • Use Case: Automatically fetch real-time BTCUSDT ticker prices, check your account balance, and place a limit buy order for BTCUSDT, all through a single, consistent command interface.

Quick Start

Use the mexc-openapi-cli to get the current price for the BTCUSDT trading pair.

Frequently Asked Questions about mexc-openapi-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the MEXC Spot API for programmatic trading?

You can interact with the MEXC Spot REST API through a curated OpenAPI schema that supports public market data reads and signed account or order operations using HMAC SHA256 query signing.

Can I place spot trading orders on MEXC without manually signing requests?

This interface automates HMAC SHA256 query signing for MEXC Spot API requests, managing API and secret key authentication automatically while enforcing guardrails for sensitive write operations.

How do I get real-time ticker prices and check account balances on MEXC?

You can fetch real-time market data like BTCUSDT ticker prices and check your account balance through a single, consistent command interface that manages MEXC Spot API authentication.

Are there guardrails for placing limit buy orders via the MEXC API?

Yes, the interface enforces workflow guardrails by differentiating public read operations from sensitive signed write operations, requiring explicit prompts for confirmation on trades.

Does this MEXC API interface support automated trading bots?

It enables programmatic interaction with MEXC Spot REST APIs, allowing automated trading bots to execute market data reads and signed order operations securely.