Endpoint
Introduction
Polygon zkEVM is an exciting new development in the world of Ethereum-compatible blockchains. It combines two powerful technologies, zero-knowledge proofs (aka zk-proofs) and Ethereum Virtual Machine (EVM), to create a highly scalable and secure blockchain solution.
Quotas & Limits
- This API package's consumption is measured by (CUPS).
- Each user will have a monthly quota of CU under a set rate limit Compute Units (CUs)depending on your membership tiers.
- Your monthly quota will be shared among all API packages that consume CU.
API List (45)
Replays all transactions that were included in this block by block hash.
Replays all transactions that were included in this block by block number.
Replays any transaction that may have been executed prior to this one before it will finally attempt to execute the transaction that corresponds to the given hash.
Returns the latest block number of the blockchain.
Executes a new message call immediately without creating a transaction on the block chain.
Returns the current network/chain ID, used to sign replay-protected transaction introduced in EIP-155.
Returns an estimation of gas for a given transaction.
Returns the current gas price on the network in wei.
Returns the balance of given account address in wei.
Returns information of the block matching the given block hash.