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_sendRawTransaction on MegaETH: Submits a signed raw transaction to the network.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
signedTransaction | DATA | yes | Hex-encoded signed transaction. | "0xf86c80843b9aca00..." |
Returns
DATA, 32 bytes: Transaction hash.
Examples
Errors
| Code | Message |
|---|---|
-32000 | Insufficient funds, nonce too low, or invalid signature. |
-32600 invalid request, -32601 method not found, -32602 invalid params.