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 thechapterId from this endpoint to filter markets:
Build a complete thread page with chapters
Related Endpoints
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