orderStatus Info Endpoint Method
orderStatus is not currently available through Quicknode's /info endpoint. This method is not part of the open-source Hyperliquid node.
Alternatives:
- Use HyperCore gRPC streaming with the
ORDERSstream for real-time order status updates - Use the REST API endpoint
/hypercore/orderStatusfor querying order status with plain-English explanations - Use Quicknode's workaround methods library for JSON-RPC and gRPC alternatives (standard Quicknode endpoint limits and API credits apply)
- Query order status through Hyperliquid's public API (subject to Hyperliquid rate limits)
Parameters
type
string
REQUIRED
Loading...
user
string
REQUIRED
Loading...
oid
integer
REQUIRED
Loading...
Returns
status
string
Loading...
order
object
Loading...
order
object
Loading...
coin
string
Loading...
side
string
Loading...
limitPx
string
Loading...
sz
string
Loading...
oid
integer
Loading...
timestamp
integer
Loading...
triggerCondition
string
Loading...
isTrigger
boolean
Loading...
triggerPx
string
Loading...
children
array
Loading...
isPositionTpsl
boolean
Loading...
reduceOnly
boolean
Loading...
orderType
string
Loading...
origSz
string
Loading...
tif
string
Loading...
cloid
string
Loading...
status
string
Loading...
statusTimestamp
integer
Loading...
Request
1curl https://api.hyperliquid.xyz/info \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"orderStatus","user":"0x31ca8395cf837de08b24da3f660e77761dfb974b","oid":313957146561}'5
1curl https://api.hyperliquid.xyz/info \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"orderStatus","user":"0x31ca8395cf837de08b24da3f660e77761dfb974b","oid":313957146561}'5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free