1s_nonce
Get the transaction nonce for an Ethereum address to set the correct nonce when building transactions. Returns the count as a hex value.
Instructions
Get the transaction count (nonce) for an address via eth_getTransactionCount. Use this to set the correct nonce when constructing transactions. Returns the count as a hex value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (0x...) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |