Network Endpoints
1. Confura
Hong Kong
| Network | Chain ID | RPC Endpoint URL | Explorer |
|---|---|---|---|
| Mainnet | 1030 (0x406) | HTTP: https://evm.confluxrpc.com Websocket: wss://evm.confluxrpc.com/ws | https://evm.confluxscan.net |
| Testnet | 71 (0x47) | HTTP: https://evmtestnet.confluxrpc.com Websocket: wss://evmtestnet.confluxrpc.com/ws | https://evmtestnet.confluxscan.net |
US East
| Network | Chain ID | RPC Endpoint URL | Explorer |
|---|---|---|---|
| Mainnet | 1030 (0x406) | HTTP: https://evm.confluxrpc.org Websocket: wss://evm.confluxrpc.com/ws | https://evm.confluxscan.io |
| Testnet | 71 (0x47) | https://evmtestnet.confluxrpc.org Websocket: wss://evmtestnet.confluxrpc.com/ws | https://evmtestnet.confluxscan.io |
Rate Limits
Reference for various fee tiers and their rate limits.
| Fee Tier | Price | Rate Limits | Buy Links |
|---|---|---|---|
| Free | $0 | 50 calls/second, up to 100,000 calls/day | - |
| Standard | $150/mo | 100 calls/second, up to 1,000,000 calls/day | mainnet testnet |
| Enterprise | please inquire bd@confluxnetwork.org | customize on demand | - |
Notes
- Maximum result-set size is 10,000 for
getLogscall; - Old archived event logs may be inaccessible due to data prune;
- Append your api key to the endpoint for privileged access (eg.,
https://evm.confluxrpc.com/<api-key>); - Rate limits are also imposed per RPC method, please check the following specification for more details.
Rate Limit Specification
| RPC Method | Free tier | Standard Tier | Comment |
|---|---|---|---|
| all | QPS < 50; daily total < 100k | QPS < 100; daily total < 1million | overall RPC requests |
| eth_getLogs | QPS < 5 | QPS < 20 | - |
| eth_call | QPS < 5 | QPS < 50 | - |
| eth_getBlockBy* | QPS < 5 | QPS < 20 | includes: eth_getBlockByHash, eth_getBlockByNumber |
| eth_getTransaction* | QPS < 5 | QPS < 20 | includes: eth_getTransactionByHash, eth_getTransactionReceipt |
| debug RPC | not supported | QPS < 20 | includes: parity_getBlockReceipts etc. |
| trace RPC | not supported | QPS < 20 | includes: trace_block, trace_filter, trace_transaction |
| filter API | not supported | supported | includes: eth_newFilter, eth_getFilterChanges etc. |
2. Unifra
| Network | Chain ID | RPC Endpoint URL | Explorer |
|---|---|---|---|
| Mainnet | 1030 (0x406) | https://conflux-espace-public.unifra.io | https://evm.confluxscan.net |
Hardfork number
- Mainnet: EpochNumber 36935000, BlockNumber 92060600
- Testnet: EpochNumber 61465000, BlockNumber 77340000