Skip to content

Latest commit

 

History

History

evm-chains-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

EVM Chains API

Endpoint

{% 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 %}

Structure

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
1ethereumEthereum Mainnet
5ethereumEthereum Goerli
11155111ethereumEthereum Sepolia
17000ethereumEthereum Holesky
56bscBinance Smart Chain Mainnet
97bscBinance Smart Chain Testnet
204opbnbopBNB Mainnet
5611opbnbopBNB Testnet
137polygonPolygon Mainnet
80001polygonPolygon Testnet(Mumbai)
43114avalancheAvalanche Mainnet(C-Chain)
43113avalancheAvalanche Testnet(Fuji)
250fantomFantom Mainnet(Opera)
4002fantomFantom Testnet
42161arbitrumArbitrum One
42170arbitrumArbitrum Nova
421613arbitrumArbitrum Goerli
421614arbitrumArbitrum Sepolia
1284moonbeamMoonbeam
1285moonriverMoonriver
1287moonbeam/moonriverMoonbase Alpha
1666600000harmonyHarmony Mainnet
1666700000harmonyHarmony Testnet
128hecoHuobi ECO Chain Mainnet
1313161554auroraAurora Mainnet
1313161555auroraAurora Testnet
10optimismOptimism Mainnet
420optimismOptimism Testnet Goerli
11155420optimismOptimism Testnet Sepolia
321kccKCC Mainnet
322kccKCC Testnet
210425platonPlatON Mainnet
2206132platonPlatON Testnet
728126428tronTron Mainnet
2494104990tronTron Shasta
3448148188tronTron Nile
66okcOKTC Mainnet
65okcOKTC Testnet
195okbcX1 Testnet
108thundercoreThunderCore Mainnet
18thundercoreThunderCore Testnet
25cronosCronos Mainnet
338cronosCronos Testnet
42262oasisemeraldOasisEmerald Mainnet
42261oasisemeraldOasisEmerald Testnet
100gnosisGnosis Mainnet
10200gnosisGnosis Testnet
42220celoCelo Mainnet
44787celoCelo Testnet
8217klaytnKlaytn Mainnet
1001klaytnKlaytn Testnet
324zksynczkSync Era Mainnet
280zksynczkSync Era Testnet
300zksynczkSync Era Sepolia Testnet
1088metisMetis Mainnet
599metisMetis Testnet
534352scrollScroll Mainnet
534351scrollScroll Sepolia Testnet
1030confluxespaceConflux eSpace Mainnet
71confluxespaceConflux eSpace Testnet
22776mapprotocolMAP Protocol Mainnet
212mapprotocolMAP Protocol Testnet
1101polygonzkevmPolygon zkEVM Mainnet
1442polygonzkevmPolygon zkEVM Testnet
8453baseBase Mainnet
84531baseBase Goerli Testnet
8453284531Base Sepolia Testnet
59144lineaLinea Mainnet
59140lineaLinea Goerli Testnet
5000mantleMantle Mainnet
5001mantleMantle Testnet
9980comboCombo Mainnet
91715comboCombo Testnet
167007taikoTaiko Jolnir Testnet
167008taikoTaiko Katla Testnet
7777777zoraZora Mainnet
999zoraZora Mainnet
424pgnPGN Mainnet
58008pgnPGN Testnet
1482601649nebulaSKALE Nebula Mainnet
169mantaManta Mainnet
3441005mantaManta Testnet
12015readonReadON Testnet
2222kavaKava Mainnet
2221kavaKave Testnet
17777eosevmEOS EVM Mainnet
15557eosevmEOS EVM Testnet
7001zetachainZetaChain Testnet
12008lumozLumoz zkEVM Testnet
1261120astarzkevmAstar zkEVM Testnet
28122024ancient8Ancient8 Testnet V2
168587773blastBlast Sepolia
80085berachainBerachain Testnet Artio
42766zkfairZKFair Mainnet
43851zkfairZKFair Testnet
686868merlinMerlin Chain Testnet
28206lumibitLumiBit Testnet
1501bevmBEVM Mainnet
1502bevmBEVM Testnet
1102bsquaredB² Network Testnet

Standard RPC

{% content-ref url="standard-rpc.md" %} standard-rpc.md {% endcontent-ref %}

Enhanced RPC

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 %}