Skip to main content

userFills Info Endpoint Method

Loading...

Updated on
May 07, 2026

userFills Info Endpoint Method

userFills 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 TRADES stream for real-time fill data
  • Use Quicknode's workaround methods library for JSON-RPC and gRPC alternatives (standard Quicknode endpoint limits and API credits apply)
  • Query fill data through Hyperliquid's public API (subject to Hyperliquid rate limits)
  • Use SQL Explorer to query the hyperliquid_fills table for historical fill data

Parameters

type
string
REQUIRED
Loading...
user
string
REQUIRED
Loading...
aggregateByTime
boolean
Loading...

Returns

array
array
Loading...
coin
string
Loading...
px
string
Loading...
sz
string
Loading...
side
string
Loading...
time
integer
Loading...
oid
integer
Loading...
tid
integer
Loading...
startPosition
string
Loading...
dir
string
Loading...
closedPnl
string
Loading...
fee
string
Loading...
feeToken
string
Loading...
builderFee
string
Loading...
hash
string
Loading...
crossed
boolean
Loading...
twapId
string
Loading...
Request
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"userFills","user":"0x31ca8395cf837de08b24da3f660e77761dfb974b"}'
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"userFills","user":"0x31ca8395cf837de08b24da3f660e77761dfb974b"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free