Trading
Place Trade
Place a buy or sell order on a centralized exchange.
Submit a new order to buy or sell an asset through a configured account and connector. Supports spot trading (BUY/SELL) and perpetual futures trading with position actions (OPEN/CLOSE). For market orders, the price is fetched automatically from the market data feed. For limit orders, a price must be specified.
The order is submitted asynchronously to the exchange. The returned order_id can be used to track the order status via the /orders/active or /orders/search endpoints, or to cancel the order via the cancel endpoint.
post/trading/orders
Request body
Response
Successful Response