EVM Chains API
https://rpc.particle.network/evm-chain
The EVM Chains API allows applications to connect to a EVM chain node that is part of the EVM blockchain. Developers can interact with on-chain data and send different types of transactions to the network by utilizing the endpoints provided by the API.
The EVM Chains API follows a JSON-RPC 2.0 standard. We extended a field named chainId to specify which network we use.
chainId Value (int) | chainName Value(string) | EVM Chains |
---|---|---|
1 | ethereum | Ethereum Mainnet |
5 | ethereum | Ethereum Goerli |
56 | bsc | Binance Smart Chain Mainnet |
97 | bsc | Binance Smart Chain Testnet |
137 | polygon | Polygon Mainnet |
80001 | polygon | Polygon Testnet(Mumbai) |
43114 | avalanche | Avalanche Mainnet(C-Chain) |
43113 | avalanche | Avalanche Testnet(Fuji) |
250 | fantom | Fantom Mainnet(Opera) |
4002 | fantom | Fantom Testnet |
42161 | arbitrum | Arbitrum One |
421613 | arbitrum | Arbitrum Goerli |
1284 | moonbeam | Moonbeam |
1285 | moonriver | Moonriver |
1287 | moonbeam/moonriver | Moonbase Alpha |
1666600000 | harmony | Harmony Mainnet |
1666700000 | harmony | Harmony Testnet |
128 | heco | Huobi ECO Chain Mainnet |
256 | heco | Huobi ECO Chain Testnet |
1313161554 | aurora | Aurora Mainnet |
1313161555 | aurora | Aurora Testnet |
10 | optimism | Optimism Mainnet |
420 | optimism | Optimism Testnet Goerli |
321 | kcc | KCC Mainnet |
322 | kcc | KCC Testnet |
210425 | platon | PlatON Mainnet |
2203181 | platon | PlatON Testnet |
728126428 | tron | Tron Mainnet |
2494104990 | tron | Tron Shasta |
3448148188 | tron | Tron Nile |
66 | okc | OKC Mainnet |
65 | okc | OKC Testnet |
108 | thundercore | ThunderCore Mainnet |
18 | thundercore | ThunderCore Testnet |
25 | cronos | Cronos Mainnet |
338 | cronos | Cronos Testnet |
42262 | oasisemerald | OasisEmerald Mainnet |
42261 | oasisemerald | OasisEmerald Testnet |
The EVM Chains API offers several enhanced API methods on top of existing official calls.
The Enhanced API is easy and powerful, which makes app-building faster and saves your time.
Last modified 19d ago