client.Orders
Available Methods
| Method | HTTP Equivalent | Description |
|---|---|---|
ListOrders | GET /trading/orders | List orders with optional filters |
CreateOrder | POST /trading/orders | Place a new order |
GetOrder | GET /trading/orders/{id} | Get an order by ID |
CancelOrder | DELETE /trading/orders/{id} | Cancel a pending order |
ListExecutions | GET /trading/executions | List order executions |
CreateOrder
CancelOrder
For the full REST API documentation, see the Orders API Reference.