allMids
l2Book
candleSnapshotQuery current mid prices, Level 2 order books and historical candlestick data for Hyperliquid markets.
openOrders
frontendOpenOrders
orderStatus
userFills
userFillsByTime
historicalOrdersBuild trading dashboards and account monitoring systems around open orders, execution history and fills.
portfolio
userFees
userRole
subAccounts
vaultDetails
userVaultEquitiesdelegations
delegatorSummary
delegatorHistorycurl -X POST \
-H 'Content-Type: application/json' \
-d '{"type":"l2Book","coin":"BTC"}' \
https://hyperliquid.api.onfinality.io/info/publicl2Book returns the Level 2 order book for a Hyperliquid market and can be used by trading dashboards, market monitoring systems and analytics applications.
The official Hyperliquid API remains important for native trading operations; OnFinality is useful when applications require managed HyperEVM access, supported HyperCore data queries, analytics, and scalable infrastructure.
Use OnFinality's Hyperliquid RPC APIs to connect wallets, dApps, dashboards, bots, and backend services without operating your own node from day one.
Start with the Hyperliquid public RPC endpoint for lightweight checks, prototypes, and quick integration tests.
Move production traffic to authenticated endpoints when you need clearer limits, analytics, and operational visibility.
Query Hyperliquid blocks, transactions, balances, events, and chain state through HTTP and WebSocket workflows.
Production teams need more than an endpoint URL. They need observability, predictable capacity, and a path from shared RPC access to isolated infrastructure.
Track usage patterns and response activity so your team can understand traffic growth before it becomes an incident.
Use dedicated Hyperliquid nodes when your workload needs isolated resources, custom operations, or stronger capacity planning.
Plan for archive access when analytics, audits, indexers, or advanced app features need older Hyperliquid state.
Different Hyperliquid products need different infrastructure. OnFinality gives teams a practical path from public RPC testing to production-grade API and node operations.
Use public RPC for simple reads, connection checks, and early experiments where strict performance guarantees are not required.
Use authenticated API endpoints when users depend on stable request handling, monitoring, and scalable access.
Use dedicated nodes for sustained traffic, latency-sensitive services, validator tooling, exchange systems, and indexing pipelines.
OnFinality takes away the heavy lifting of DevOps so you can build smarter and faster.
Get Started