Skip to main content

Hyperliquid Plan Access & FAQ

Updated on
May 07, 2026

Plan Access Summary

FeatureFree TrialBuild+Notes
HyperEVM (/evm)Available on all plans
Debug & Trace (/nanoreth)Available on all plans
HyperCore /info endpoint30 of 52 methods; see method table below
REST API (/hypercore/*)✓**Free trial uses a shared URL, not account-specific
/hypercore JSON-RPCBuild plan or higher required
/hypercore WebSocketBuild plan or higher required
HyperCore gRPC streamingBuild plan or higher; stream and filter limits apply

View full pricing and plan details →

Frequently Asked Questions

What does the free trial include for Hyperliquid?
The free trial includes access to HyperEVM (/evm and /nanoreth paths) and the HyperCore /info endpoint (30 of 52 methods natively available).

The REST API is also available on free trial, but uses a shared URL that is not specific to your Quicknode account. See hyperliquidapi.com for details.

Not included on free trial:
  • /hypercore JSON-RPC methods
  • /hypercore/ws WebSocket
  • HyperCore gRPC streaming
Upgrade to Build plan or higher for full HyperCore access. View pricing →
What plan do I need for /hypercore JSON-RPC and WebSocket?
Access to /hypercore JSON-RPC methods and /hypercore/ws WebSocket requires a Quicknode Build plan or higher.

On a free trial, attempting to connect to these endpoints will return an error indicating HyperCore access is not enabled for your account.

Upgrade your plan →
What plan do I need for HyperCore gRPC streaming?
HyperCore gRPC streaming requires a Quicknode Build plan or higher. Your plan tier also determines how many concurrent streams you can run and how many filter values each stream supports:

  • Build: 1 stream, up to 5 filter values
  • Accelerate: 5 streams, up to 10 filter values
  • Scale: 10 streams, up to 25 filter values
  • Business: 25 streams, up to 50 filter values
  • Enterprise: Custom
See the Pricing page for full credit costs and stream data volume estimates.
Why am I getting a 422 error when calling /info methods?
A 422 Failed to deserialize the JSON body into the target type error on an /info request means the method you are calling is not available through Quicknode's /info endpoint.

Quicknode proxies the open-source HyperCore node, which supports 30 of 52 info methods natively. The remaining 22 require Hyperliquid Foundation indexer data that is not part of the open-source node.

Check the Method Availability table to see which methods are supported and what alternatives are available (public HL API or SQL Explorer) for unsupported ones.
Why does my WebSocket connection return a 'hypercore not enabled' error?
This error means your Quicknode account is on the free trial plan, which does not include access to /hypercore/ws.

Upgrade to Build plan or higher to enable HyperCore WebSocket access on your endpoint. View pricing →
Is the /info endpoint available on all plans?
Yes, the /info endpoint is available on all plans including the free trial. However, only 30 of the 52 info methods are natively supported. The other 22 return a 422 error regardless of your plan, because they require Hyperliquid Foundation indexer data that is not part of the open-source node.

See the full method availability table for the complete list and alternatives.
Is the REST API available on free trial?
Yes, but with a limitation: on a free trial, the REST API URL is not specific to your Quicknode account. You will use a shared URL rather than your dedicated endpoint.

On a paid plan, your REST API requests route through your dedicated Quicknode endpoint. See hyperliquidapi.com for details on the shared URL, or upgrade your plan for a dedicated endpoint.
How do I upgrade my plan?
Visit quicknode.com/pricing to compare plans and upgrade. You can also upgrade directly from your Quicknode dashboard.

If you have questions about which plan fits your use case, reach out via Discord or contact support.
Share this doc