Introduction
GoldenClaw is developer infrastructure for crypto market data, technical indicators, and order execution via REST API and MCP. Bring your own exchange keys; you operate your own agent.
GoldenClaw provides a unified API for 12 cryptocurrency exchanges, 35+ technical indicators, and MCP-compatible tools for AI agents you build. Read market data, send orders to your connected exchange, and run technical analysis — all through a single API key.
Get Started
Create an API key and make your first request in under 2 minutes.
Connect AI Client
Set up GoldenClaw in Cursor, Claude, ChatGPT, or any MCP-compatible client.
API Reference
Full REST API and MCP tool documentation.
MCP Tools
15 tools for market data, trading, account management, and technical analysis.
Supported Exchanges
GoldenClaw connects to 12 exchanges across spot, USD-M futures, and COIN-M futures markets.
| Exchange | Spot | Futures | COIN-M |
|---|---|---|---|
| Binance | ✓ | ✓ | ✓ |
| Bybit | ✓ | ✓ | — |
| OKX | ✓ | ✓ | — |
| KuCoin | ✓ | ✓ | — |
| Gate.io | ✓ | ✓ | — |
| HTX | ✓ | ✓ | — |
| Bitget | ✓ | ✓ | — |
| BingX | ✓ | ✓ | — |
| BitMart | ✓ | ✓ | — |
| BitMEX | ✓ | ✓ | — |
| CoinEx | ✓ | ✓ | — |
| Hyperliquid | — | ✓ | — |
What You Can Do
Market Data — Real-time prices, OHLCV candles, trading pairs, symbols, tickers, and supported timeframes across all 12 exchanges.
Trading — Place market, limit, stop, and stop-limit orders. Manage positions with leverage up to 125x. Cancel orders and close positions programmatically.
Technical Analysis — 35+ indicators across 5 categories: trend, momentum, volatility, volume, and support/resistance. Includes Fibonacci, pivot points, MACD, RSI, Bollinger Bands, and more.
Account Management — Check balances with multi-currency breakdown, view account information and permissions.
Access Methods
| Method | Best For | Endpoint |
|---|---|---|
| REST API | Direct HTTP integration, backend services | https://stage.goldenclaw.sh/api/v1 |
| MCP | AI assistants (Cursor, Claude, ChatGPT) | https://stage.goldenclaw.sh/mcp |
Both methods use the same API key and share the same rate limits.
SDKs & Packages
Coming Soon
Three npm packages are in development:
- @goldenclaw/mcp — Run GoldenClaw MCP server locally via
npx - @goldenclaw/sdk — TypeScript REST API client with full type safety
- @goldenclaw/ai — Vercel AI SDK plugin for building trading agents