Solve an auction
This function handles the endpoint for solving auctions. It processes the auction solve request, aggregates authorizations and costs by bidder, and prepares submissions for the solver. The submissions are then sent to the solve queue for processing.
Authorizations
Request Body required
Configuration for scheduling and running a batch auction.
Flow trading uses batch auctions to clear markets at regular intervals. This structure defines the time parameters for scheduling these auctions.
object
Optionally divide the (from, thru) interval into smaller batches with the provided duration
This allows for scheduling multiple consecutive sub-auctions within the given time range.
The starting time of the batch; if omitted, defaults to the last batch’s ending time
The ending time of the batch
Responses
202
Auction(s) initiated
400
Invalid datetime range