Zilliqa

Explore Zilliqa, a blockchain built for scalability using sharding technology. Build high-throughput decentralized applications using its RPC gateway.

The Zilliqa RPC documentation provides developers with the tools to interact with the Zilliqa blockchain programmatically. Zilliqa is a high-throughput blockchain that uses sharding technology to achieve scalability and fast transactions. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. Zilliqa’s architecture is ideal for decentralized finance (DeFi), gaming, and other dApps requiring high transaction throughput and scalability.

Related: 📚 Supported Blockchains • 🌐 RPC Nodes Zilliqa • 🔗 Official Zilliqa Website

RPC Gateway for Zilliqa blockchain

Zilliqa Mainnet

↳ JSON-RPC
https://zilliqa-mainnet.gateway.tatum.io

Zilliqa Testnet

↳ JSON-RPC
https://zilliqa-testnet.gateway.tatum.io

Connect to Zilliqa and Fetch the Latest Block

This widget lets you instantly query the latest block height (or equivalent) for Zilliqa using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.

Get API key For free. No commitment.

Don't have an API key?

Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.

Retrieve Zilliqa Node Status or Client Version via RPC

Use this pre-configured request to get version or status information for your connected Zilliqa node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.

Test Zilliqa RPC Methods in Postman

Explore and test Zilliqa blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Zilliqa RPC endpoints, validate API responses, or integrate Zilliqa into their applications.

How to use the Zilliqa Postman Collection

  1. Get your API key: Visit Tatum Dashboard to obtain your free API key
  2. Import the collection: Click the "Run in Postman" button below to import the Zilliqa collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Zilliqa RPC method and see real-time responses