Limonata Node Endpoints
Public RPC, API, and gRPC endpoints for the Limonata Network (limonatad), proudly operated and maintained by Incentived.
These endpoints run on high-performance infrastructure with full SSL encryption and open public access. They are optimized for validators, developers, and community members to connect wallets, run automation scripts, or query chain data.
🌐 Public Endpoints
Our infrastructure fully supports all three core protocols of the Cosmos SDK / EVM ecosystem:
| Service | Public Endpoint (HTTPS / SSL) | Quick Check |
|---|---|---|
| Cosmos RPC | https://rpc-limonata.incentived.org | Check Status |
| REST API | https://api-limonata.incentived.org | Query Total Supply |
| gRPC | grpc-limonata.incentived.org:443 | Wallet / Backend Integration |
📌 Important gRPC Configuration Note: > The gRPC endpoint operates over binary HTTP/2 protocols. When integrating this into your wallet setup (Keplr/Leap) or backend services, do not include the
https://prefix. Use the exact format:grpc-limonata.incentived.org:443.
🛠️ Quick Integration Guide
1. Client Configuration (client.toml)
If you want to use the node CLI to interact with the network directly without syncing the entire blockchain ledger:
toml
# Path: $HOME/.evmd/config/client.toml
node = "[https://rpc-limonata.incentived.org:443](https://rpc-limonata.incentived.org:443)"
2. Check Synchronization Status (curl)
To fetch the latest block height and network parameters using our public RPC:
curl -s [https://rpc-limonata.incentived.org/status](https://rpc-limonata.incentived.org/status) | jq .result.sync_info
Powered and secured by Incentived Infrastructure Team © 2026