Query parameters
Order side: buy or sell
Number of nodes (1-1024)
Instance type for buy orders (h100i, h100v, h200ki)
Cluster constraint (hostname)
Contract ID to colocate with
Exact duration in seconds (mutually exclusive with min/max, minimum 3600)
Min duration in seconds (minimum 3600, requires max_duration)
Max duration in seconds (requires min_duration)
Min start date: 'NOW' or ISO8601
Max start date: 'NOW' or ISO8601
Response
Quote retrieved
Example response
{
"quote": {
"start_at": "NOW",
"end_at": "NOW"
}
}Changes
Changed in 2 of the 44 revisions of this API.118
- ○
added the optional property
no_quote_reasonto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
quote/oneOf[quoter_ApiQuoteDetails]/response's property type/format changed from/toobject/for status200response-property-type-changed
- ●
deleted the
queryrequest parametercontract_idrequest-parameter-removed
- ○
removed
subschema #1subschema #2from thequote/oneOf[quoter_ApiQuoteDetails]/response propertyoneOflist for the response status200response-property-one-of-removed
- ○
added the required property
quote/oneOf[quoter_ApiQuoteDetails]/end_atto the response with the200statusresponse-required-property-added
- ○
added the required property
quote/oneOf[quoter_ApiQuoteDetails]/instance_typeto the response with the200statusresponse-required-property-added
- ○
added the required property
quote/oneOf[quoter_ApiQuoteDetails]/priceto the response with the200statusresponse-required-property-added
- ○
added the required property
quote/oneOf[quoter_ApiQuoteDetails]/quantityto the response with the200statusresponse-required-property-added
- ○
added the required property
quote/oneOf[quoter_ApiQuoteDetails]/start_atto the response with the200statusresponse-required-property-added
- ○
added the required property
quote/oneOf[quoter_ApiQuoteDetails]/zoneto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲