Documentation
Developer Documentation
Everything you need to integrate with Sharpe.Markets. Quick starts, API references, SDKs, WebSocket feeds, and MCP tools.
Getting Started
Connect your wallet, explore the terminal, and place your first copy trade.
API Reference
REST API with 240+ endpoints. Authentication, rate limits, and response formats.
SDKs
Official SDKs for Python and TypeScript. Install, authenticate, and start building.
WebSocket Feeds
Real-time data feeds for markets, signals, and order updates.
MCP Server
Claude and Cursor integration with 35+ tools for market operations.
API Quick Start
bash
# Get your API key from the dashboard
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.sharpe.markets/v1/markets
# Response:
# {
# "markets": [
# { "id": "abc123", "question": "BTC > $70K?", "probability": 0.45 },
# ...
# ]
# }