Olympus
Account

Open orders

Returns the authenticated user's open orders. Currently returns an empty array (stub — order tracking will be implemented in a future release).

GET
/api/v1/openOrders

Returns the authenticated user's open orders. Currently returns an empty array (stub — order tracking will be implemented in a future release).

Query Parameters

symbol?string

Filter by instrument symbol

Header Parameters

X-Account-Address*string

Account address (hex-encoded, checksummed)

X-Signature?string

Hex-encoded 65-byte signature (production only)

X-Timestamp?string

Unix timestamp in milliseconds (production only)

Response Body

application/json

application/json

curl -X GET "http://localhost:3000/api/v1/openOrders" \  -H "X-Account-Address: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
[
  {}
]
{
  "code": -1121,
  "msg": "Invalid symbol."
}