Skip to main content

recentTrades Info Endpoint Method

Loading...

Updated on
May 07, 2026

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 TRADES stream 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_trades table 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
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"recentTrades","coin":"BTC"}'
1
curl 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