openOrders
Was this helpful?
type
String
Yes
"openOrders"
user
String
Yes
Address in 42-character hex format
Array - List of open order objects with coin, limitPx, oid, side, sz, timestamp.
// Request
curl https://hyperliquid.blockpi.network/v1/info/your-api-key -X POST -H "Content-Type: application/json" --data '{"type":"openOrders"}'
// Result
Failed to deserialize the JSON body into the target typeWas this helpful?
Was this helpful?