Polygon zkEVM

Polygon zkEVM is a decentralized Ethereum Layer 2 network that uses cryptographic zero-knowledge proofs to offer validity and quick finality to off-chain transactions.

Emulating the Ethereum Virtual Machine (EVM), zkEVM allows for transparent deployment of existing Ethereum smart contracts while enhancing scalability, security, and transaction throughput. By utilizing zkEVM, developers can build decentralized applications with quick finality and improved performance, all within the Ethereum ecosystem.

The Polygon zkEVM API is a collection of JSON-RPC methods that enable developers to interact with the Polygon zkEVM network. Using the endpoints provided by the API, developers can access up-to-date network data and submit transactions to it.

In this section, you will find the complete list of method zkEVM calls available on Blast. Please keep in mind that Polygon does not support the full list of standard Ethereum method calls, and Blast only supports the Ethereum methods relevant to on-demand API services.

All the examples in this section use an Ethereum endpoint. Make sure you replace it with your Polygon endpoint when issuing the RPC calls:

  • Mainnet https://polygon-zkevm-mainnet.blastapi.io/<project-id>

  • Cardona https://polygon-zkevm-cardona.blastapi.io/<project-id>

Last updated