Lisk

Discover Lisk, a blockchain platform designed for decentralized applications. Build secure and scalable dApps with its developer-friendly SDK.

The Lisk RPC documentation provides developers with the tools to interact with the Lisk blockchain. Lisk is a blockchain platform designed for building decentralized applications (dApps) using JavaScript and TypeScript. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. Lisk’s unique architecture and developer-friendly SDK enable easy integration and scalability for dApps, making it ideal for developers looking to build secure and efficient decentralized applications.

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

RPC Gateway for Lisk blockchain

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

Connect to Lisk and Fetch the Latest Block

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

Retrieve Lisk Node Status or Client Version via RPC

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

Test Lisk RPC Methods in Postman

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

How to use the Lisk 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 Lisk collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Lisk RPC method and see real-time responses

Available Lisk interfaces and methods

Each Lisk network and interface below exposes its own set of RPC methods, listed live from Tatum's RPC Gateway. Query these endpoints for any interface to explore what it supports:

  • /_methods – machine-readable list of interfaces and methods
  • /llms.txt – human- and AI-readable documentation context
Lisk Mainnet

JSON-RPC

Base URL: https://lisk-mainnet.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • eth_blockNumber
  • eth_call
  • eth_callMany
  • eth_estimateGas
  • eth_feeHistory
  • eth_gasPrice
  • eth_getBalance
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_getCode
  • eth_getLogs
  • eth_getProof
  • eth_getStorageAt
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionByHash
  • eth_getTransactionCount
  • eth_getTransactionReceipt
  • eth_getUncleByBlockHashAndIndex
  • eth_getUncleByBlockNumberAndIndex
  • eth_getUncleCountByBlockHash
  • eth_getUncleCountByBlockNumber
  • eth_chainId
  • eth_maxPriorityFeePerGas
  • eth_sendRawTransaction
  • eth_signTypedData
  • eth_signTypedData_v3
  • eth_syncing
  • net_peerCount
  • net_version
  • web3_clientVersion
Lisk Sepolia

JSON-RPC

Base URL: https://lisk-sepolia.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • eth_blockNumber
  • eth_call
  • eth_callMany
  • eth_estimateGas
  • eth_feeHistory
  • eth_gasPrice
  • eth_getBalance
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_getCode
  • eth_getLogs
  • eth_getProof
  • eth_getStorageAt
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionByHash
  • eth_getTransactionCount
  • eth_getTransactionReceipt
  • eth_getUncleByBlockHashAndIndex
  • eth_getUncleByBlockNumberAndIndex
  • eth_getUncleCountByBlockHash
  • eth_getUncleCountByBlockNumber
  • eth_chainId
  • eth_maxPriorityFeePerGas
  • eth_sendRawTransaction
  • eth_signTypedData
  • eth_signTypedData_v3
  • eth_syncing
  • net_peerCount
  • net_version
  • web3_clientVersion

Method unavailable?

If you need a method we don't support yet, please contact our support.
We'd be happy to assist.