List orders for the authenticated client
cURL
curl --request GET \ --url https://api.sequencemkts.com/v1/parent_orders \ --header 'Authorization: Bearer <token>'
{ "orders": [ { "parent_id": "P-550e8400-e29b-41d4-a716-446655440000", "client_id": "acme-corp", "client_order_id": "my-order-1", "side": "BUY", "symbol": "BTC-USD", "qty_1e8": 100000000, "filled_qty_1e8": 50000000, "status": "ACCEPTED", "constraints": { "max_price_1e9": 95000000000000, "urgency": "UNSPECIFIED", "horizon_ms": 123, "participation_limit_bps": 123 }, "created_unix_ns": 123, "updated_unix_ns": 123 } ], "total": 123, "limit": 123, "offset": 123 }
API key as bearer token (e.g., sk_live_abc123)
ACCEPTED
RUNNING
COMPLETED
CANCELLED
FAILED
x <= 1000
List of orders
Show child attributes