Trading Endpoints
Post Order
Place a new trading order.
POST
/
trading
/
order
Headers
x-api-key
string
requiredAPI Key for authentication
Body
application/json
order_qty
integer
Quantity of the order.
order_symbol
string
Symbol of the order.
order_direction
enum<string>
Direction of the order (BUY/SELL).
Available options:
BUY
, SELL
account_id
string
Unique identifier for the account.