Skip to main content

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

Excluded

  • backend WebSocket interfaces (deferred until key-based developer access)
  • private app-only endpoints
  • admin endpoints

API Families

  1. Backend Public API market discovery, comments, activity, search, tokens, public profiles, public rewards metadata.

  2. CLOB Public API orderbook snapshots and batch market price snapshots.

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.