IOTA RPC Endpoint
Lightning-fast, completely free, and remarkably reliable. Boost your performance today!
Total Requests
Average Req/sec
Request summary
- Network name
- IOTA
- Token
- IOTA
- Decimals
- 18
- Chain ID
- 0x2276
Quickstart
Send your first request to the IOTA endpoint with eth_blockNumber.
curl https://rpc.iotaevm-rpc.com \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}'
- No API key required
- All standard JSON-RPC methods
- Community rate limit
- Best-effort availability
- Everything in Free, plus a dedicated API key
- Higher throughput and rate limits
- Archive and trace methods
- 99.9% uptime and priority routing
- Usage analytics and support
- Everything in Premium, plus custom throughput
- Dedicated infrastructure and multi-region routing
- Custom SLA and 24/7 support
- Compliance and security add-ons
IOTA RPC: frequently asked questions
What is the IOTA RPC endpoint?
It is a fast, free, and reliable public JSON-RPC endpoint for the IOTA network, operated by Ankr. Point your wallet, dApp, or backend at the endpoint above to read on-chain data and broadcast transactions with no sign-up required.
Is the IOTA RPC endpoint free to use?
Yes. The public IOTA endpoint is free and rate-limited per IP. For higher limits, dedicated throughput, and an SLA, create a personal API key on Ankr RPC.
How do I connect to IOTA?
Copy the endpoint URL above and add it as a custom RPC network in your wallet, or set it as the provider URL in your library of choice (ethers.js, web3.js, viem, or any JSON-RPC client).