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

phase
enum<string>

Filter by computed phase (commit-open, reveal-open, etc).

Available options:
commit-open,
reveal-open,
awaiting-finalization,
finalized
status
enum<string>
Available options:
active,
resolved,
canceled,
proposed,
disputed
activeOnly

Restrict to actionable proposed/disputed rows that have not been processed.

marketAddress
string

Alephium address (base58, optional :N group suffix).

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$
sort
enum<string>
default:ending-soon
Available options:
ending-soon,
newest,
most-active
limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string
page
integer
Required range: 0 <= x <= 9007199254740991

Response

Default Response

disputedMarkets
object[]
required
pagination
object
required

Pagination envelope returned alongside every list endpoint.

Last modified on August 11, 2026