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_getBalance on Arbitrum: Returns the native token balance of an address at a given block.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
address | DATA, 20 bytes | yes | Address to check the balance of. | "0xd8da6bf26964af9d7eed9e03e53415d37aa96045" |
blockTag | QUANTITY | TAG | yes | Block number (hex), or latest, earliest, pending, safe, finalized. | "latest" |
Returns
QUANTITY: Hex-encoded balance in wei.
Examples
Errors
| Code | Message |
|---|---|
-32602 | Invalid params (e.g. malformed address). |
-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Accounts info methods on Arbitrum
eth_getCodeon Arbitrumeth_getStorageAton Arbitrumeth_accountson Arbitrumeth_getProofon Arbitrum