cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/orders/pending \ --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>
Get pending orders
Was this page helpful?