Limitless is a prediction market running on Base (chain ID 8453), a fork of Polymarket. Horizon supports the Limitless REST API with API key header authentication.Documentation Index
Fetch the complete documentation index at: https://mathematicalcompany.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quick Setup
Credentials
- Explicit
- Environment variables
- API key: authenticates REST requests via header
- Private key: Ethereum private key for on-chain order signing on Base
- Owner ID: your account/owner identifier on Limitless
Limitless Configuration
| Field | Default | Description |
|---|---|---|
api_key | None | API key for REST authentication |
private_key | None | Ethereum private key for order signing (Base chain) |
owner_id | None | Account/owner identifier |
api_url | https://api.limitless.exchange | API base URL |
Environment Variables
| Variable | Description |
|---|---|
LIMITLESS_API_KEY | API key |
LIMITLESS_PRIVATE_KEY | Ethereum private key |
LIMITLESS_OWNER_ID | Owner/account ID |
Example Strategy
Market Discovery
You can discover active Limitless markets using the standard discovery API:Multi-Exchange
Limitless can be used alongside other exchanges in multi-exchange setups:Limitless runs on Base (chain ID 8453), not Polygon like Polymarket. Ensure your private key has funds on the Base network for order signing and settlement.