v1
latestOpenAPI 3.1.02026-07-2665179189.7 KBOrders
Estimate an order
⚠️ This endpoint is in public preview.
Estimate a buy or sell order before placing it.
post/preview/v2/order_preview
Request body
Example request
{
"requirements": {
"accelerator": [
"H100"
]
},
"start_at": 1738972800,
"pool": "pool_k3R-nX9vLm7Qp2Yw5Jd8F"
}Response
Estimate result.
Example response
{
"post_order_body": {
"pool": "pool_k3R-nX9vLm7Qp2Yw5Jd8F",
"instance_sku": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
"allocation_schedule_delta": [
{
"start_at": 1738972800,
"end_at": 1738972800
}
],
"limit_price_dollars_per_node_hour": "1.500000"
},
"fee": {
"flat_dollars_per_node_hour": "1.500000"
},
"notices": [
{
"start_at": 1738972800,
"end_at": 1738972800
}
]
}