Skip to main content
GET
Get a prediction market's probability history

Authorizations

Authorization
string
header
required

Personal API key issued per SeeSaw user account: Authorization: Bearer sspat_…. Manage keys on the app API (/v1/users/me/api-keys). Revocation propagates within ~60 seconds (validation cache window).

Path Parameters

id
string<uuid>
required

Topic UUID (prediction or poll).

Query Parameters

range
enum<string>
default:all
Available options:
1d,
1w,
all

Response

Probability points, oldest first

Uniform list shape. next_cursor is null on the last page.

data
object[]
required
next_cursor
string | null
required
has_more
boolean
required