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.