Aleph Zero EVM RPC Endpoints
Mainnet
Testnet
HTTPS
https://api-aleph-zero-evm-mainnet.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f
WSS
wss://api-aleph-zero-evm-mainnet.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f
Quick Start
BASH
curl -sS -X POST https://api-aleph-zero-evm-mainnet.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f \-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-aleph-zero-evm-mainnet.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f');const latest = await provider.getBlockNumber();console.log('block', latest);
PYTHON
import requestsurl = 'https://api-aleph-zero-evm-mainnet.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f'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-aleph-zero-evm-mainnet.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f"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))}
Aleph Zero EVM brings Ethereum Virtual Machine (EVM) compatibility to the Aleph Zero blockchain, offering developers and users the ability to deploy and interact with smart contracts seamlessly. This integration allows for high scalability, low transaction fees, instant finality, and enhanced security features inherent to Aleph Zero, while leveraging the vast ecosystem of Ethereum smart contracts and tooling.
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
Aleph Zero EVM Dedicated Node
$363/month
- Unlimited RPS & Responses
- HTTP & Websocket APIs
- Trace APIs
- Debug APIs
- Dedicated Account Manager
- Pay in Crypto
- Tailored load balancing
- Access to Engineering teams
- Global data centers
Developer Resources
FAQs
What is Aleph Zero EVM?
How does Aleph Zero EVM benefit developers?
Why should I use Dwellir's Aleph Zero EVM RPC nodes?
How do I get started with Aleph Zero EVM?
Where can I find documentation for Aleph Zero EVM?
Is there a testnet available for Aleph Zero EVM?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure