Estimate an Order

POST {{baseUrl}}/v1/trading/accounts/:account_id/orders/estimation

Order estimation endpoint will display, based on user’s account balance, the estimated quantity and price they will receive for their notional order.

For LCT - customer’s order will include the Alpaca swapfee, while correspondent side swapfee is configurable in the API call. Utilising this API does not result in a real order and after the calculation - the user’s buying power reverts to the previous state.

Responses and Errors are the same as with the Orders API

Please note that the estimation is based on the market condition at the time of submission and a live order will differ. The output should be considered indicative.

Note: This does not support Crypto or non-market orders at this time.

Request Body

{"symbol"=>"do eiusmod ut eu", "side"=>"buy", "type"=>"stop", "time_in_force"=>"gtc", "notional"=>"sunt", "swap_fee_bps"=>-54132470}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"61e69015-8549-4bfd-b9c3-01e75843f47d","symbol":"AALP","client_order_id":"61e69015-8549-4bfd-b9c3-01e75843f47d","created_at":"2021-03-16T18:38:01.942282Z","updated_at":"2021-03-16T18:38:01.942282Z","submitted_at":"2021-03-16T18:38:01.942282Z","filled_at":"2021-03-16T18:38:01.942282Z","expired_at":"2021-03-16T18:38:01.942282Z","canceled_at":"2021-03-16T18:38:01.942282Z","failed_at":"2021-03-16T18:38:01.942282Z","replaced_at":"2021-03-16T18:38:01.942282Z","replaced_by":"61e69015-8549-4bfd-b9c3-01e75843f47d","replaces":"61e69015-8549-4bfd-b9c3-01e75843f47d","asset_id":"61e69015-8549-4bfd-b9c3-01e75843f47d","asset_class":"us_option","notional":"4.2","qty":"4.2","filled_qty":"4.2","filled_avg_price":"4.2","order_class":"bracket","order_type":"stop","type":"stop","side":"buy","time_in_force":"gtc","limit_price":"3.14","stop_price":"3.14","status":"filled","extended_hours":true,"legs":[{"value":"\u003cCircular reference to #/components/schemas/Order detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Order detected\u003e"}],"trail_price":"3.14","trail_percent":"5.0","hwm":"3.14","commission":"3.14","commission_bps":"10","swap_rate":"1.23","swap_fee_bps":"1.23","usd":{}}