info (gossipRootIps)
Hyperliquid node API
gossipRootIps | Hyperliquid info
Reference for the gossipRootIps JSON-RPC method on the Hyperliquid info blockchain via Chainstack nodes. Parameters, response, and examples included.
POST
info (gossipRootIps)
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
You can only use this endpoint on the official Hyperliquid public API. It is not available through Chainstack, as the open-source node implementation does not support it yet. See Hyperliquid methods for the full availability breakdown.
info endpoint with type: "gossipRootIps" retrieves a list of recently available seed peer IP addresses for non-validators looking to connect to the Hyperliquid network. This endpoint provides reliable peer addresses that can be used as seed peers for node synchronization and network connectivity.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type(string, required) — The request type. Must be"gossipRootIps"to retrieve the list of seed peer IP addresses.
Response
The response is an array of IP addresses (strings) representing recently available seed peers that can be used for network connectivity.Example request
Shell
Example response
Use case
Theinfo endpoint with type: "gossipRootIps" is particularly useful for:
- Non-validators setting up new nodes who need reliable seed peers for initial synchronization
- Node operators looking to expand their peer connectivity with known good peers
- Applications that need to dynamically discover active network peers
- Network monitoring tools that track peer availability and distribution
- Backup peer discovery when primary seed nodes are unavailable
Body
application/json
Available options:
gossipRootIps Response
200 - application/json
Successful response
Last modified on May 18, 2026