Get market quote
Top-of-book quote (best bid + best ask) for the given requirements and delivery window. The book is aggregated across every SKU whose orders satisfy the requirements and that the caller is permitted to see.
Authorizations
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Query Parameters
URL-safe field[:op]:value triples joined by ;.
Start of the delivery window. Unix timestamp.
1738972800
End of the delivery window. Unix timestamp.
1738972800
Response
Market quote.
Top-of-book snapshot: the highest resting buy (best_bid) and lowest resting sell (best_ask) for the requested window. Either side may be absent if no orders are resting on it.
The hardware requirements the book was filtered by.
{ "accelerator": ["H100"] }Start of the delivery window the book covers.
1738972800
End of the delivery window the book covers.
1738972800
Server time when the book was sampled.
1738972800
Highest resting buy. Omitted if no bids are resting.
Lowest resting sell. Omitted if no asks are resting.