Try IoTeX Endpoints
HTTPS
https://api-iotex-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f
WSS
wss://api-iotex-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f
Quick Start
BASH
curl -sS -X POST https://api-iotex-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f \-H 'Content-Type: application/json' \-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
JAVASCRIPT
import { JsonRpcProvider } from 'ethers';const provider = new JsonRpcProvider('https://api-iotex-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f');const latest = await provider.getBlockNumber();console.log('block', latest);
PYTHON
import requestsurl = 'https://api-iotex-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f'payload = { 'jsonrpc': '2.0', 'id': 1, 'method': 'eth_blockNumber', 'params': [] }resp = requests.post(url, json=payload)print(resp.json())
GO
package mainimport ("bytes""fmt""net/http""io/ioutil")func main() {url := "https://api-iotex-mainnet.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f"payload := []byte("{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_blockNumber\",\"params\":[]}")resp, err := http.Post(url, "application/json", bytes.NewBuffer(payload))if err != nil { panic(err) }defer resp.Body.Close()body, _ := ioutil.ReadAll(resp.Body)fmt.Println(string(body))}
IoTeX is a purpose-built blockchain platform designed to connect the physical world with Web3. As a pioneer in the DePIN (Decentralized Physical Infrastructure Networks) sector since 2017, IoTeX provides a high-performance, EVM-compatible Layer 1 blockchain optimized for IoT devices and real-world data. With sub-second finality, 2000+ TPS throughput, and unique features like W3bstream for verifiable off-chain computing and ioID for decentralized machine identity, IoTeX powers the next generation of connected devices and decentralized infrastructure networks.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Developer Resources
FAQs
What is IoTeX and what makes it unique?
How does IoTeX's consensus mechanism work?
What are the key features for DePIN development on IoTeX?
What development tools are available for IoTeX?
How does IoTeX support real-world IoT integration?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure