Skip to main content
Fetches all chapters within a thread. Chapters are logical groupings of markets derived from denormalized fields on the markets table, ordered by position.

Endpoint

Path Parameters

string
required
The unique thread identifier (UUID format)

Response

array
Array of chapter summary objects, ordered by position
object
Request metadata

Rate Limit

100 requests per minute per IP address

Example Request

Example Response

200 - Success
404 - Thread Not Found

Common Use Cases

Build a chapter navigation sidebar

Fetch markets for a specific chapter

Use the chapterId from this endpoint to filter markets:

Build a complete thread page with chapters

GET /api/threads/:id

Get thread details

GET /api/threads/:id/markets

Get all markets in a thread

GET /api/markets

Filter markets by chapterId