recentTrades Info Endpoint Method
recentTrades 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
TRADESstream for real-time trade data - Use Quicknode's workaround methods library for JSON-RPC and gRPC alternatives (standard Quicknode endpoint limits and API credits apply)
- Query recent trades through Hyperliquid's public API (subject to Hyperliquid rate limits)
- Use SQL Explorer to query the
hyperliquid_tradestable for historical trade data
Parameters
type
string
REQUIRED
Loading...
coin
string
REQUIRED
Loading...
Returns
trades
array
Loading...
coin
string
Loading...
side
string
Loading...
px
string
Loading...
sz
string
Loading...
time
integer
Loading...
hash
string
Loading...
tid
integer
Loading...
users
array
Loading...
Request
1curl https://api.hyperliquid.xyz/info \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"recentTrades","coin":"BTC"}'
1curl https://api.hyperliquid.xyz/info \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"recentTrades","coin":"BTC"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free