{% hint style="info" %} https://rpc.particle.network/evm-chain {% endhint %}
{% hint style="info" %} We support batch request, and the maximum length of the batch array is 100 {% endhint %}
The EVM Chains API allows applications to connect to an 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.
chainName is Case Insensitive.
chainId Value (int) | chainName Value(string) | EVM Chains |
---|---|---|
1 | ethereum | Ethereum Mainnet |
5 | ethereum | Ethereum Goerli |
11155111 | ethereum | Ethereum Sepolia |
17000 | ethereum | Ethereum Holesky |
56 | bsc | Binance Smart Chain Mainnet |
97 | bsc | Binance Smart Chain Testnet |
204 | opbnb | opBNB Mainnet |
5611 | opbnb | opBNB 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 |
42170 | arbitrum | Arbitrum Nova |
421613 | arbitrum | Arbitrum Goerli |
421614 | arbitrum | Arbitrum Sepolia |
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 |
1313161554 | aurora | Aurora Mainnet |
1313161555 | aurora | Aurora Testnet |
10 | optimism | Optimism Mainnet |
420 | optimism | Optimism Testnet Goerli |
11155420 | optimism | Optimism Testnet Sepolia |
321 | kcc | KCC Mainnet |
322 | kcc | KCC Testnet |
210425 | platon | PlatON Mainnet |
2206132 | platon | PlatON Testnet |
728126428 | tron | Tron Mainnet |
2494104990 | tron | Tron Shasta |
3448148188 | tron | Tron Nile |
66 | okc | OKTC Mainnet |
65 | okc | OKTC Testnet |
195 | okbc | X1 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 |
100 | gnosis | Gnosis Mainnet |
10200 | gnosis | Gnosis Testnet |
42220 | celo | Celo Mainnet |
44787 | celo | Celo Testnet |
8217 | klaytn | Klaytn Mainnet |
1001 | klaytn | Klaytn Testnet |
324 | zksync | zkSync Era Mainnet |
280 | zksync | zkSync Era Testnet |
300 | zksync | zkSync Era Sepolia Testnet |
1088 | metis | Metis Mainnet |
599 | metis | Metis Testnet |
534352 | scroll | Scroll Mainnet |
534351 | scroll | Scroll Sepolia Testnet |
1030 | confluxespace | Conflux eSpace Mainnet |
71 | confluxespace | Conflux eSpace Testnet |
22776 | mapprotocol | MAP Protocol Mainnet |
212 | mapprotocol | MAP Protocol Testnet |
1101 | polygonzkevm | Polygon zkEVM Mainnet |
1442 | polygonzkevm | Polygon zkEVM Testnet |
8453 | base | Base Mainnet |
84531 | base | Base Goerli Testnet |
84532 | 84531 | Base Sepolia Testnet |
59144 | linea | Linea Mainnet |
59140 | linea | Linea Goerli Testnet |
5000 | mantle | Mantle Mainnet |
5001 | mantle | Mantle Testnet |
9980 | combo | Combo Mainnet |
91715 | combo | Combo Testnet |
167007 | taiko | Taiko Jolnir Testnet |
167008 | taiko | Taiko Katla Testnet |
7777777 | zora | Zora Mainnet |
999 | zora | Zora Mainnet |
424 | pgn | PGN Mainnet |
58008 | pgn | PGN Testnet |
1482601649 | nebula | SKALE Nebula Mainnet |
169 | manta | Manta Mainnet |
3441005 | manta | Manta Testnet |
12015 | readon | ReadON Testnet |
2222 | kava | Kava Mainnet |
2221 | kava | Kave Testnet |
17777 | eosevm | EOS EVM Mainnet |
15557 | eosevm | EOS EVM Testnet |
7001 | zetachain | ZetaChain Testnet |
12008 | lumoz | Lumoz zkEVM Testnet |
1261120 | astarzkevm | Astar zkEVM Testnet |
28122024 | ancient8 | Ancient8 Testnet V2 |
168587773 | blast | Blast Sepolia |
80085 | berachain | Berachain Testnet Artio |
42766 | zkfair | ZKFair Mainnet |
43851 | zkfair | ZKFair Testnet |
686868 | merlin | Merlin Chain Testnet |
28206 | lumibit | LumiBit Testnet |
1501 | bevm | BEVM Mainnet |
1502 | bevm | BEVM Testnet |
1102 | bsquared | B² Network Testnet |
{% content-ref url="standard-rpc.md" %} standard-rpc.md {% endcontent-ref %}
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.
{% content-ref url="enhanced-rpc/" %} enhanced-rpc {% endcontent-ref %}