v1

latestOpenAPI 3.1.0MITraw.githubusercontent.com2025-07-16390274.5 KB
Public

Get historical auctions with enhanced pagination and filtering

Retrieve a paginated list of historical auctions with optional filtering by state, slot range, date range, and statistical data.

get/api/v1/public/auctions/history

Query parameters

limitinteger

Number of items per page

Number of items per page

cursorstring

Cursor for pagination

Cursor for pagination

state'scheduled' | 'active' | 'settling' | 'settled'

Filter by auction state

Filter by auction state

include_statsboolean nullable

Include statistical data

Include statistical data

from_datenumber nullable

Start date as Unix timestamp

Start date as Unix timestamp

to_datenumber nullable

End date as Unix timestamp

End date as Unix timestamp

slot_frominteger nullable

Starting slot number

Starting slot number

slot_tointeger nullable

Ending slot number

Ending slot number

sort_by'createdAt' | 'slot' | 'state' | 'endTime' | 'settledAt'
sort_order'asc' | 'desc'

Sort order

Sort order

Response

Successful operation with enhanced pagination

successtrue required
timestampnumber required
cursorstring
hasMoreboolean required
totalnumber
countnumber required
All 39 operations