orderStatus Info Endpoint Method
Please note that this method is only accessible through the official Hyperliquid public API. At the moment, Quicknode does not support this endpoint because it is not implemented in the open-source Hyperliquid node.
Rate-Limit Workaround Available: If you are hitting rate limits on Hyperliquid's native API, Quicknode provides workaround methods. These methods offer similar functionality through two approaches: HTTP JSON-RPC for point-in-time and historical queries, and gRPC streaming for real-time data.
Note: These methods bypass Hyperliquid’s public API limits, but standard Quicknode endpoint limits and API credits usage still apply. See our workaround methods library for other supported methods.
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