API IntegrationExecuting Trade
Order Type
Choose how a basket fills: market, trigger, TWAP, or ladder.
Every basket opens through one of four execution styles. Market fills immediately; the other three place a resting order that opens the basket later.
| Type | Endpoint | Use it to |
|---|---|---|
| Market | POST /trade/open | Enter now, at the current market. |
| Trigger | POST /triggers/open | Enter when a price or ratio condition is met. |
| Time-Weighted Average Price | POST /schedules | Spread the entry into timed chunks to reduce impact. |
| Ladder | POST /ladders | Stagger multiple entries across a ratio range. |
All four are scoped to a trade account and report progress over the WebSocket.