Discover zkSync, a Layer 2 scaling solution for Ethereum using ZK rollups. Build scalable decentralized applications using its RPC gateway.
The zkSync RPC documentation provides developers with the necessary tools to interact programmatically with zkSync, a Layer 2 scaling solution for Ethereum. zkSync uses zero-knowledge rollups (ZK rollups) to achieve faster transactions and lower fees while maintaining the security of the Ethereum network. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. Developers can use zkSync to build scalable decentralized applications (dApps) with enhanced performance and lower transaction costs.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → ZKsync • 🔗 Official ZKsync Website
RPC Gateway for ZKsync blockchain
Connect to ZKsync and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for ZKsync using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve ZKsync Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected ZKsync node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test ZKsync RPC Methods in Postman
Explore and test ZKsync blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with ZKsync RPC endpoints, validate API responses, or integrate ZKsync into their applications.
How to use the ZKsync Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the ZKsync collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any ZKsync RPC method and see real-time responses