curl --request GET \
--url https://api.sfcompute.com/preview/v2/orderbook/windows \
--header 'Authorization: Bearer <token>'{
"object": "list",
"requirements": {},
"range_start_at": 1738972800,
"range_end_at": 1738972800,
"has_more": true,
"data": [
{
"start_at": 1738972800,
"end_at": 1738972800,
"duration_hours": 168,
"total_bid_order_count": 3,
"total_ask_order_count": 5,
"total_bid_node_count": 12,
"total_ask_node_count": 18,
"best_bid": {
"dollars_per_node_hour": "<string>",
"node_count": 4
},
"best_ask": {
"dollars_per_node_hour": "<string>",
"node_count": 4
}
}
],
"cursor": "mwin_gqXR7s0Kj5mHvE2wNpLc4Q"
}List every delivery window with resting orders matching the requirements, within the given time range. Each row is a summary; use /quote or /depth for detail on a specific window.
curl --request GET \
--url https://api.sfcompute.com/preview/v2/orderbook/windows \
--header 'Authorization: Bearer <token>'{
"object": "list",
"requirements": {},
"range_start_at": 1738972800,
"range_end_at": 1738972800,
"has_more": true,
"data": [
{
"start_at": 1738972800,
"end_at": 1738972800,
"duration_hours": 168,
"total_bid_order_count": 3,
"total_ask_order_count": 5,
"total_bid_node_count": 12,
"total_ask_node_count": 18,
"best_bid": {
"dollars_per_node_hour": "<string>",
"node_count": 4
},
"best_ask": {
"dollars_per_node_hour": "<string>",
"node_count": 4
}
}
],
"cursor": "mwin_gqXR7s0Kj5mHvE2wNpLc4Q"
}Documentation Index
Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt
Use this file to discover all available pages before exploring further.
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
URL-safe field[:op]:value triples joined by ;.
Start of the delivery-window range to browse. Unix epoch seconds, minute-aligned. Unix timestamp.
1738972800
End of the delivery-window range to browse. Unix epoch seconds, minute-aligned, must be > range_start_at.
Unix timestamp.
1738972800
Maximum results to return. Clamped to [1, 200]. Default 50.
1 <= x <= 200Set to the response's cursor to fetch the next page.
^mwin_[A-Za-z0-9_-]+$"mwin_gqXR7s0Kj5mHvE2wNpLc4Q"
Active windows in the range.
Paginated list of active windows, sorted by (start_at, end_at) ascending.
"list"Show child attributes
Unix timestamp.
1738972800
Unix timestamp.
1738972800
Show child attributes
^mwin_[A-Za-z0-9_-]+$"mwin_gqXR7s0Kj5mHvE2wNpLc4Q"