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
address
(string, required) — The 20-byte account addressblock
(string, required) — Block identifier:"latest"
(only the latest block is supported on Hyperliquid)
Returns
Returns the transaction count (nonce) as a hexadecimal string.On Hyperliquid, only the
"latest"
block parameter is supported for this method. The "pending"
state is not supported on the default RPC.Use cases
- Transaction creation — Get the correct nonce for new transactions
- Wallet applications — Manage transaction ordering and nonce assignment
- Account monitoring — Track account activity and transaction frequency
- Batch operations — Create multiple transactions with sequential nonces
- Transaction replacement — Replace stuck transactions using the same nonce
- Smart contract deployment — Calculate contract addresses using deployer nonce
Body
application/json