false
as nodes are always considered synchronized.
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
This method takes no parameters.Returns
Returns the synchronization status. On Hyperliquid, this is alwaysfalse
, indicating the node is fully synchronized.
On Hyperliquid, this method always returns
false
. The network architecture ensures nodes are always synchronized, so there’s no syncing state.cURL example
Use cases
- EVM compatibility — Maintain compatibility with standard Ethereum JSON-RPC interface
- Application initialization — Check node readiness (always ready on Hyperliquid)
- Health monitoring — Verify node status in monitoring systems
- Cross-chain compatibility — Support applications that check sync status across different networks
Body
application/json