Skip to main content
GET
Error

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Query Parameters

marketId
integer
required
Required range: x <= 9007199254740991
status
enum<string>
Available options:
active,
resolved,
closed,
refund_eligible,
refund_reserved_unsigned,
refund_signed,
refund_submitted,
refunded,
anomaly
cursor
string

32-byte hex string (with or without 0x prefix).

Pattern: ^(0x)?[0-9a-fA-F]+$
limit
integer
default:50
Required range: 1 <= x <= 100

Response

Default Response

sponsorships
object[]
required
nextCursor
string | null
required

32-byte hex string (with or without 0x prefix).

Pattern: ^(0x)?[0-9a-fA-F]+$
Last modified on August 22, 2026