Skip to main content
GET
List HIP-4 outcomes

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Query Parameters

is_settled
boolean

Filter by settlement status. Omit to return both live and settled outcomes.

cursor
string

Cursor for pagination (use the value from previous response's next_cursor)

limit
integer
default:100

Maximum number of results (default: 100, max: 1000)

Required range: x <= 1000

Response

List of HIP-4 outcomes (without aggregated_oi)

API response wrapping an array of HIP-4 outcome aggregates (without aggregated_oi; use /outcomes/{outcome_id} for the detail variant)

success
boolean
Example:

true

data
object[]
meta
object

Response metadata

Last modified on August 13, 2026