Skip to content

Query for any matching outcomes

GET
/v0/auths/{auth_id}/outcomes

Authorizations

Parameters

Path Parameters

auth_id
required

A UUID newtype

string format: uuid

Unique identifier of the authorization

Query Parameters

before
string | null format: date-time

The upper bound (exclusive) for the datetime range

after
string | null format: date-time

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
more
One of:
null
results
required

The collection of results matching the query

Array

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
data
price
required

The clearing price determined by the auction solver

number format: double
trade
required

The trade amount (positive for buying, negative for selling)

number format: double
from
required

The starting time of the auction interval

string format: date-time
thru
required

The ending time of the auction interval

string format: date-time

401

403

404

500