# Quote.Trade Quote.Trade is an AI-native dark-pool DEX for crypto trading by bots and AI agents, using stablecoin settlement and Binance-compatible API patterns. The official Quote.Trade REST/WebSocket APIs are the canonical integration surface. ## Canonical sources - Official API docs: https://doc.quote.trade - REST API base: https://app.quote.trade/api - Main site: https://quote.trade - For agents: https://quote.trade/for-agents - Authenticated trading reference: https://quote.trade/trading-reference - Verified public OpenAPI schema: https://quote.trade/openapi/quote-trade.openapi.yaml - Existing OpenClaw skill: `openclaw skills install quote-trade-operator` - Optional public market-data MCP adapter package: planned; not hosted or published yet. ## For agents Read the official API docs first. Use direct Quote.Trade REST/WebSocket APIs unless your host specifically needs an adapter. MCP packages are optional wrappers around Quote.Trade APIs, not replacement APIs. ## Verified public endpoints - `GET /api/status` - `GET /api/exchangeInfo` - `GET /api/getInstrumentPairs` - `GET /api/ticker?symbol=BTC` - `GET /api/depth?symbol=BTC&limit=100` ## Authenticated trading reference Quote.Trade documents authenticated private APIs and private WebSocket streams for orders, account/balance data, position/balance updates, user order updates, and risk updates. The trading reference at https://quote.trade/trading-reference is documentation only. Do not treat it as permission for autonomous live trading. ## Authenticated trading safety Use only authenticated endpoints documented by Quote.Trade. Do not infer private schemas from compatibility claims. Keep API keys scoped. Never expose withdrawal access to agents. Require explicit human approval before any live order. Add allowed-symbol and max-notional limits. Redact secrets from prompts, logs, traces, and screenshots. ## Optional MCP adapter MCP support is planned as an optional adapter for agent clients that prefer MCP tool calls. Do not advertise or configure remote MCP endpoint URLs until Quote.Trade actually hosts them. The official REST/WebSocket APIs remain canonical. ## Security and approvals Never request, print, store, or transmit API secrets, private keys, wallet keys, bearer tokens, cookies, or signing material. Trading is high-risk and not financial advice. Respect rate limits, timeouts, retries, and `Retry-After` responses. ## Production resources - https://quote.trade/llms.txt - https://quote.trade/for-agents - https://quote.trade/trading-reference - https://quote.trade/openapi/quote-trade.openapi.yaml - https://quote.trade/.well-known/mcp.json