curl --request GET \
--url https://api.sfcompute.com/preview/v2/orderbook/fills \
--header 'Authorization: Bearer <token>'{
"object": "list",
"requirements": {},
"start_at": 1738972800,
"end_at": 1738972800,
"requested_at": 1738972800,
"has_more": true,
"data": [
{
"dollars_per_node_hour": "<string>",
"node_count": 3,
"filled_at": 1738972800
}
],
"cursor": "mfilc_gqXR7s0Kj5mHvE2wNpLc4Q"
}All contracts that filled on hardware meeting the requirements for the given delivery window, sorted newest first. One row per fill (contract). Participant identity is never exposed.
curl --request GET \
--url https://api.sfcompute.com/preview/v2/orderbook/fills \
--header 'Authorization: Bearer <token>'{
"object": "list",
"requirements": {},
"start_at": 1738972800,
"end_at": 1738972800,
"requested_at": 1738972800,
"has_more": true,
"data": [
{
"dollars_per_node_hour": "<string>",
"node_count": 3,
"filled_at": 1738972800
}
],
"cursor": "mfilc_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. Unix timestamp.
1738972800
End of the delivery window. Unix timestamp.
1738972800
Lower bound on the contract's created_at (when the fill was recorded). Unix epoch seconds. Defaults to now - 7d; clamped to at most 90 days before now to bound scan cost.
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 (older) page.
^mfilc_[A-Za-z0-9_-]+$"mfilc_gqXR7s0Kj5mHvE2wNpLc4Q"
Paginated list of fills.
Paginated list of historical fills, newest first.
"list"Show child attributes
Unix timestamp.
1738972800
Unix timestamp.
1738972800
Server time when the fills were sampled.
1738972800
Show child attributes
Pass as starting_after to fetch the next page.
^mfilc_[A-Za-z0-9_-]+$"mfilc_gqXR7s0Kj5mHvE2wNpLc4Q"