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
web3_sha3 on Arbitrum: Returns the keccak-256 hash of the supplied data.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
data | DATA | yes | Hex-encoded input data. | "0x68656c6c6f20776f726c64" |
Returns
DATA, 32 bytes: Keccak-256 hash.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.