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 Testnet | Lisk | |
---|---|---|
HTTP RPC | https://rpc.sepolia-api.lisk.com | https://rpc.api.lisk.com |
WS RPC | wss://ws.sepolia-api.lisk.com | wss://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 Testnet | Lisk | |
---|---|---|
HTTP RPC | https://lisk-sepolia.drpc.org | https://lisk.drpc.org |
WS RPC | wss://lisk-sepolia.drpc.org | wss://lisk.drpc.org |
You can also check the available endpoints for Lisk directly under https://drpc.org/public-endpoints/lisk.
dRPC also provides a faucet for Lisk Sepolia.
In order to use the provided endpoints, you need to get the corresponding API keys.
Moralis
Moralis APIs elevate your dapps with unmatched speed, security, and scalability across EVM-compatible chains.
Moralis enforces rate limits at the account level to ensure fair usage across all users. Each account has a set number of allowed requests per minute, based on your plan.
Get Free Lisk RPC Nodes using Moralis
The free plan for Moralis includes:
- 40K Compute Units per day
- Access to RPC nodes
- Access to all Moralis APIs
To use the Moralis RPC Nodes, follow these steps:
- Create a Moralis account: Sign up for free and access your RPC nodes.
- Set up your node: Visit the Setting Up RPC Nodes guide to create and configure your RPC node.
- Make your first RPC call: Once you have your node set up, follow the tutorial to make your first JSON-RPC call using ethers.js.