Skip to main content

API Providers

Lisk nodes expose an RPC API that allows other parties to interact with the blockchain by invoking requests.

If you're just getting started and need an RPC URL, you can use our free endpoints. If you're looking to strengthen your app and avoid rate-limiting for your users, please check out our available RPC node providers like dRPC.

API reference

The available endpoints for Lisk nodes include all Geth RPC endpoints, which also include all standard JSON-RPC API endpoints of Ethereum.

Lisk RPC

Free, rate limited RPC endpoints for the Lisk networks.

Lisk Sepolia TestnetLisk
HTTP RPChttps://rpc.sepolia-api.lisk.comhttps://rpc.api.lisk.com
WS RPCwss://ws.sepolia-api.lisk.comwss://ws.api.lisk.com

dRPC

dRPC is a decentralized Web3 infrastructure provider with a focus on resilience and latency. dRPC offers access to a distributed network of public nodes for Lisk. They provide a free tier that allows for an unlimited amount of requests over public nodes, or a paid tier that provides access to all providers, as well as other additional features.

Lisk Sepolia TestnetLisk
HTTP RPChttps://lisk-sepolia.drpc.orghttps://lisk.drpc.org
WS RPCwss://lisk-sepolia.drpc.orgwss://lisk.drpc.org

You can also check the available endpoints for Lisk directly under https://drpc.org/public-endpoints/lisk.

How to create API keys for dRPC

In order to use the provided endpoints, you need to get the corresponding API keys.