Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
0.01 credits per call
eth_getTransactionCount on MegaETH: Returns the nonce (number of transactions sent) of an address.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
address | DATA, 20 bytes | yes | Address to query. | "0xd8da6bf26964af9d7eed9e03e53415d37aa96045" |
blockTag | QUANTITY | TAG | yes | Block number (hex) or block tag. | "pending" |
Returns
QUANTITY: Hex-encoded transaction count.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Transactions info methods on MegaETH
eth_getTransactionByHashon MegaETHeth_getTransactionByBlockHashAndIndexon MegaETHeth_getTransactionByBlockNumberAndIndexon MegaETHeth_getTransactionReceipton MegaETH