Home

/

Introduction

HLNode

Official Hyperliquid node binary — lowest latency for real-time queries.

HLNode is the official Hyperliquid node binary . It connects directly to the Hyperliquid consensus layer and provides the fastest access to the current chain state.

Capabilities

  • Native Hyperliquid protocol — not an EVM translation layer

  • Lowest latency for real-time block and transaction queries

  • Direct connection to Hyperliquid nodes

  • Optimized for trading bots and time-sensitive applications

Example

Query with HLNode

curl -X POST "<URL> \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
curl -X POST "<URL> \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
curl -X POST "<URL> \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Info

HLNode is the recommended upstream for trading applications where every millisecond counts. It does not support archive/trace methods — use Nanoreth for those.

On this page

RPC Endpoints

/

HLNode

RPC Endpoints

/

HLNode