v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-20129390589.6 KB
Quoter

get/v0/quote

Query parameters

sidestring required

Order side: buy or sell

quantityinteger required

Number of nodes (1-1024)

instance_typestring

Instance type for buy orders (h100i, h100v, h200ki)

clusterstring

Cluster constraint (hostname)

colocate_withstring

Contract ID to colocate with

durationinteger

Exact duration in seconds (mutually exclusive with min/max, minimum 3600)

min_durationinteger

Min duration in seconds (minimum 3600, requires max_duration)

max_durationinteger

Max duration in seconds (requires min_duration)

min_start_datestring

Min start date: 'NOW' or ISO8601

max_start_datestring

Max start date: 'NOW' or ISO8601

Response

Quote retrieved

objectstring required

Always "quote"

sidestring required

Matches the requested side: "buy" or "sell"

no_quote_reason'no_matching_clusters' | 'no_availability' | 'bid_price_too_low' | 'ask_price_too_high' | 'internal_solver_error'

Reason why a quote could not be provided.

Example response

{
  "quote": {
    "start_at": "NOW",
    "end_at": "NOW"
  }
}