Skip to main content
GoldRush JSON-RPC supports Polygon.

Endpoint

Quickstart

Supported methods

Each method below has a dedicated reference page tuned for Polygon, with chain-specific examples.

Blocks info

Transactions info

Executing transactions

Accounts info

  • eth_getBalance: Returns the native token balance of an address at a given block.
  • eth_getCode: Returns the contract bytecode at a given address.
  • eth_getStorageAt: Returns the value of a storage slot for a given address.
  • eth_accounts: Returns the addresses owned by the connected node.
  • eth_getProof: Returns the Merkle proof for an account and storage slots.

Logs and events

Gas data

Chain info

Debug and trace

Client information

JSON-RPC Overview

Product overview and architecture.

Authentication

Header reference and per-library setup.