Polygon zkEVM Endpoints

List of all Polygon zkEVM API endpoints supported by Alchemy

Polygon zkEVM API Endpoints by use case

  1. zkEVM Methods
  2. Getting Blocks
  3. Reading Transactions
  4. Writing Transactions & EVM Execution
  5. Account Information
  6. Event Logs
  7. Chain Information
  8. Gas Estimation
  9. Web3
  10. Uncle blocks

zkEVM Methods

Getting Blocks

Retrieves information from a particular block in the blockchain.

Reading Transactions

Retrieves information on the state data for addresses regardless of whether it is a user or a smart contract.

Writing Transactions & EVM Execution

Allows developers to both send MATIC from one address to another, write data on-chain, and interact with smart contracts.

Account Information

Returns information regarding an address's stored on-chain data.

Event Logs

Returns logs which are records that denote/provide context on specific events within a smart contract, like a token transfer or a change of ownership for example.

Chain Information

Returns information on the Polygon network and internal settings.

Gas Estimation

Web3

Returns Polygon network configuration information.

Uncle Blocks

Note: all of these methods return zero or empty on Polygon zkEVM.

ReadMe