https://api.limitless.exchange
Interactive API Docs (Scalar): https://api.limitless.exchange/api-v1
WebSocket URL: wss://ws.limitless.exchange
The
/api-v1 path serves the interactive Scalar API documentation. For actual API calls, use the base URL directly (e.g., GET https://api.limitless.exchange/markets/active).Capabilities
REST API
- Authenticate with API keys
- Fetch market data and venue info
- Create, sign, and submit orders (EIP-712)
- Manage portfolio and positions
WebSocket API
- Real-time market price updates
- Orderbook streaming for CLOB markets
- Position change notifications
Quick Navigation
Authentication
API key setup and authentication flow.
Python Quick Start
End-to-end trading in Python.
Node.js Quick Start
TypeScript/Node.js integration with viem.
API Reference
Full endpoint documentation.
How Trading Works
Authenticate
Use your API key (
X-API-Key header) for all requests. Generate keys via the Limitless Exchange UI → profile menu → Api keys.Fetch Market Data
GET /markets/:slug returns market info including venue contract addresses (fetch once per market and cache).Build & Sign Orders
Construct order payloads and sign with EIP-712 using the venue’s exchange address as
verifyingContract.