openOrders
post
/info
Request open orders.
Body
Request open orders.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$dexstringOptional
DEX name (empty string for main dex).
Responses
200
Array of open orders.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"type": "openOrders",
"user": "text",
"dex": "text"
}[
{
"coin": "text",
"side": "B",
"limitPx": "text",
"sz": "text",
"oid": 1,
"timestamp": 1,
"origSz": "text",
"cloid": "text",
"reduceOnly": true
}
]Last updated