Skip to main content
GET
List challenges

Authorizations

Authorization
string
header
required

API key sent as Authorization: Bearer <api-key>.

Query Parameters

status
enum<string>

Filter by challenge status.

Available options:
OPEN,
RESOLVED_UPHELD,
RESOLVED_OVERTURNED,
WITHDRAWN
cursor
integer
default:0

Zero-indexed pagination cursor (slice start). Echo nextCursor from the previous page.

Required range: x >= 0
limit
integer
default:50

Max items per page, clamped to [1, 200]. Defaults to 50.

Required range: 1 <= x <= 200

Response

A page of challenges.

ok
boolean
required
data
object
required

Route-specific payload. Operation responses refine this.

contractVersion
string
required
Allowed value: "v1.0"