cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/orders/order/{order_id} \ --header 'Authorization: Bearer <token>'
{ "account_id": 123, "filled_quantity": 123, "id": 123, "market": "<string>", "name": "<string>", "order_no": "<string>", "order_type": "<string>", "quantity": 123, "side": "<string>", "status": "<string>", "symbol": "<string>", "price": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Order ID
Get order details
Was this page helpful?