Skip to main content
Fetches detailed information for a single prediction market thread by its ID.

Endpoint

Path Parameters

string
required
The unique thread identifier (UUID format)

Query Parameters

boolean
default:"false"
When true, the response also includes the thread’s markets alongside the thread details. Defaults to false (thread details only).

Response

object
Thread details object
object
Request metadata

Rate Limit

100 requests per minute per IP address

Example Request

Example Response

200 - Success
404 - Not Found
429 - Rate Limit Exceeded

Response Headers

All responses include rate limit headers:

Common Use Cases

Fetch thread before embedding

Before embedding a thread iframe, fetch its details to display metadata:

Check thread status before displaying

Avoid embedding inactive threads:

Build custom thread cards

Create custom UI cards with thread data:
React Component

GET /api/threads

List all available threads with filtering

GET /api/threads/:id/markets

Get all markets within this thread