trading
Get an order quote
Issues a quote for a prospective order. The quote captures the fees and estimated price/quantity that would apply, is persisted, and carries an id and expires_at; pass the id as quote_id at order placement to reference the previewed terms. Placement rejects expired quotes.
post/accounts/{account_id}/order-quotes
Path parameters
account_idstring required
Request body
Response
OK
Example response
{
"cash_amount": "1000.00",
"estimated_cash": "998.55",
"estimated_price": "95.10",
"estimated_quantity": "10.5",
"expires_at": "2026-07-14T09:35:00Z",
"fees": "1.50",
"limit_price": "95.1000",
"max_cost": "1000.00",
"min_proceeds": "950.00",
"net_cash_amount": "998.50",
"quantity": "10.5"
}