Skip to main content
GET
Get resolution state

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

question_id
string | null

One UMA question identifier (0x plus 64 hexadecimal characters).

condition
string | null

Comma-separated Gamma condition identifiers (at most 20 distinct values).

event_id
string | null

Comma-separated positive Gamma event IDs (at most 20 distinct values).

响应

Resolution rows for the selected question, markets, or events

{ "data": T }; the envelope for endpoints that don't paginate.

There is no pagination key: an aggregate or bounded list has no next page. Paginated feeds return a *Page shape ({ data, pagination }) instead.

data
object[]
必填