API Overview
This guide documents Speculite public APIs intended for external integrations.
Base URL
https://api.speculite.com
Scope
Included
- public backend REST endpoints
- public CLOB REST endpoints
- developer trading REST endpoints (
/api/developer/*)
Excluded
- backend WebSocket interfaces
- private app-only endpoints
- admin endpoints
API Families
-
Backend Public API market discovery, comments, activity, search, tokens, public profiles, public rewards metadata.
-
CLOB Public API orderbook snapshots and batch market price snapshots.
-
Developer Trading API SDK-oriented trading endpoints for order placement/cancel, open orders, order history, fills/trades, and positions. API keys are created in the app settings UI.
Response Conventions
Most success responses return either:
success: true+ payload- or direct resource payload for specific endpoints
Most error responses include:
error- optional
message
Stability
Use only documented endpoints for production integrations. Undocumented endpoints may change without notice.