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.

Supported Exchanges

GoldenClaw connects to 12 exchanges across spot, USD-M futures, and COIN-M futures markets.

ExchangeSpotFuturesCOIN-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

MethodBest ForEndpoint
REST APIDirect HTTP integration, backend serviceshttps://stage.goldenclaw.sh/api/v1
MCPAI 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