Skip to main content
GET
Recent rounds (most-recent-first)

Authorizations

DX-ACCESS-KEY
string
header
required

The public API key (alphanumeric access_key string).

DX-ACCESS-TIMESTAMP
string
header
required

Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.

DX-ACCESS-SIGNATURE
string
header
required

base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.

Query Parameters

category
integer

Optional series/category filter (u16).

Required range: 0 <= x <= 65535
cursor
string

Opaque pagination cursor from a prior response; omit for the first page.

limit
integer
default:100

Page size.

Required range: 1 <= x <= 1000

Response

A page of round objects.

rounds
object[]
required
cursor
string
required
as_of_seq
string
required

A u64-domain value rendered as a decimal string.

Pattern: ^[0-9]+$
Example:

"182390"