Skip to main content
GET
Get Uma Market
Returns the current UMA oracle status for a (non-sports) market plus its event timeline. Set events_limit=0 if you only want the status header.

Authorizations

x-api-key
string
header
required

Path Parameters

condition_id
string
required

Polymarket condition ID (bytes32 hex)

Query Parameters

events_limit
integer
default:100

Max events to return (0 to skip)

Required range: 0 <= x <= 500
events_pagination_key
string | null

Cursor for next event page

Response

Successful Response

Single-market response: current status + event history.

condition_id
string
required
question
UmaQuestionStatus · object
required

UMA question status (regular non-sports markets).

events_pagination
CursorPagination · object
required

Cursor-based pagination for endpoints that don't support offset.

events
UmaEvent · object[]