Public RPCs endpoints
Public available Conflux network RPC endpoints
Network | Chain ID | Explorer | Endpoint |
---|---|---|---|
Mainnet | 1029 | https://confluxscan.io | https://main.confluxrpc.com wss://main.confluxrpc.com/ws |
Testnet | 1 | https://testnet.confluxscan.io | https://test.confluxrpc.com wss://test.confluxrpc.com/ws |
#
Notes- The
cfx_getLogs
method'smax epoch gap
is configured to1000
. - To ensure the service availability, we have set http's rate limit to
rate=100r/s burst=80 nodelay
. If the request ratio succeed the limit, the service will return503
. If you have requirement to send a lot transaction, one solution is send transaction in batch.
#
Backup RPC Endpoints- Mainnet: https://main.confluxrpc.org
- Testnet: https://test.confluxrpc.org