一键导入
mexc-spot-rest
MEXC Spot REST workflows for public data, signed account requests, orders, wallet/admin actions, and secure signing without exposing API keys.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
MEXC Spot REST workflows for public data, signed account requests, orders, wallet/admin actions, and secure signing without exposing API keys.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
MEXC Futures REST workflows for public contract data, signed account requests, positions, orders, and secure OPEN-API signing without exposing API keys.
MEXC Futures REST workflows for public contract data, signed account requests, positions, orders, and secure OPEN-API signing without exposing API keys.
MEXC Futures WebSocket workflows for public streams, private account/order/position streams, ping/pong, subscriptions, and depth maintenance.
MEXC Spot REST workflows for public data, signed account requests, orders, wallet/admin actions, and secure signing without exposing API keys.
MEXC Spot WebSocket workflows for public streams, protobuf handling, depth maintenance, listen keys, and private streams without exposing API keys.
MEXC Futures WebSocket workflows for public streams, private account/order/position streams, ping/pong, subscriptions, and depth maintenance.
| name | mexc-spot-rest |
| description | MEXC Spot REST workflows for public data, signed account requests, orders, wallet/admin actions, and secure signing without exposing API keys. |
Use scripts/mexc_spot_request.py for request construction and signing. Resolve scripts/... relative to this skill folder. Never ask the user to paste API keys into chat, command arguments, source files, logs, or screenshots.
MEXC_API_KEY and MEXC_API_SECRET env vars only; the helper enforces credential loading, signed-param placement, redacted dry-runs, method/path/base-url validation, and live-write confirmation./api/v3/order/test before live orders, tiny sizes, and --execute --confirm-live only when clearly requested.python scripts/lookup.py <topic> over opening full references; for balance/account questions, start with python scripts/lookup.py balance.python scripts/mexc_spot_request.py GET /api/v3/time
python scripts/mexc_spot_request.py GET /api/v3/account --signed
python scripts/mexc_spot_request.py GET /api/v3/account --signed --execute
GET /api/v3/account --signed --execute for the current Spot balance snapshot.python scripts/lookup.py balance to retrieve compact balance/account commands without loading references/recipes.md or references/endpoints.md.Retry-After when returned.After helper edits, run python scripts/mexc_spot_request.py --self-test.