Query for any matching outcomes
Authorizations
Parameters
Path Parameters
A UUID newtype
Unique identifier of the authorization
Query Parameters
The upper bound (exclusive) for the datetime range
The lower bound (inclusive) for the datetime range
Responses
200
The paginated response to a datetime query
This structure provides a standard format for returning time-based paginated results, including both the results and pagination metadata for retrieving the next page.
object
Optional pagination metadata for retrieving the next page of results. If present, indicates there are more results available.
object
The lower bound (inclusive) for the datetime range
The upper bound (exclusive) for the datetime range
The collection of results matching the query
Provides temporal context for an outcome by associating it with a specific auction time interval.
This structure embeds an Outcome
with the time range (from
and thru
)
of the auction that produced it, allowing for tracking outcomes across
multiple consecutive auctions.
object
The clearing price determined by the auction solver
The trade amount (positive for buying, negative for selling)
The starting time of the auction interval
The ending time of the auction interval