Place Order
POST/api/prime/trading/v1/accounts/:accountId/orders
Places a new order. There are several types of orders available - Market, Limit, TWAP, and SteadyPace (the latter two optionally support a limit price). Orders can be funded by your account balance or on margin.
- When an order with funding type "funded" is placed, funds will be reserved from your Go account for the amount of the order. You must have sufficient available balance in your Go account to place a funded order.
- When an order with funding type "margin" is placed, funds will be reserved from your Margin Trade Account. You must have sufficient available margin (NOP limit) to place a margin order. See our Trade Guide for more details on each order type and funding options.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 422
- 429
- 500
An order
Bad request - Invalid order parameters
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Conflict - An identifier or resource is already in use
Unprocessable Entity - JSON payload is improperly formatted
Too Many Requests - Rate limit exceeded
Internal Server Error
Environment: