The Blockchain API is the RPC service that powers AppKit’s blockchain functions such as account balances, ENS resolution, transaction history, and more.
Blockchain API is not the same as the WalletConnect protocol. WalletConnect protocol supports wallets on all chains using the CAIP-25 standard. We do not accept requests for new chains to be added to our Blockchain API. Please see your SDK’s relevant documentation on how to add RPC URLs for chains you want to use that Blockchain API does not.
Features
- AppKit built-in integration
- Multi-chain mainnet and testnets
- HTTP RPC support
- Cloud metrics and reporting
- The Identity API with near-instant ENS resolution
- Transaction history
Supported Chains
Chain name with associated chainId query param to use.
HTTP RPC
Ethereum
| Network | Chain ID |
|---|
| Ethereum Mainnet | eip155:1 |
| Optimism Mainnet | eip155:10 |
| Cronos Mainnet 1 | eip155:25 |
| Rootstock Mainnet 1 | eip155:30 |
| Rootstock Testnet 1 | eip155:31 |
| Binance Smart Chain Mainnet | eip155:56 |
| Binance Smart Chain Testnet 1 | eip155:97 |
| Gnosis Chain Mainnet | eip155:100 |
| Unichain Mainnet 1 | eip155:130 |
| Polygon Mainnet | eip155:137 |
| Sonic Mainnet | eip155:146 |
| zkSync Era Sepolia Testnet 1 | eip155:300 |
| zkSync Era Mainnet | eip155:324 |
| Polygon zkEVM Mainnet | eip155:1101 |
| Wemix Mainnet 1 | eip155:1111 |
| Wemix Testnet 1 | eip155:1112 |
| Moonbeam GLMR 1 | eip155:1284 |
| Unichain Sepolia 1 | eip155:1301 |
| Sei Network 1 | eip155:1329 |
| Morph Mainnet 1 | eip155:2818 |
| Morph Hoodi 1 | eip155:2910 |
| Mantle Mainnet 1 | eip155:5000 |
| Mantle Testnet 1 | eip155:5003 |
| Kaia Mainnet | eip155:8217 |
| Base Mainnet | eip155:8453 |
| Monad Testnet | eip155:10143 |
| Ethereum Holesky | eip155:17000 |
| Arbitrum Mainnet | eip155:42161 |
| Celo Mainnet | eip155:42220 |
| Avalanche Fuji Testnet 1 | eip155:43113 |
| Avalanche C-Chain | eip155:43114 |
| DataHaven Testnet 1 | eip155:55931 |
| Sonic Testnet 1 | eip155:57054 |
| Linea Mainnet 1 | eip155:59144 |
| Polygon Amoy 1 | eip155:80002 |
| Berachain Bepolia 1 | eip155:80069 |
| Berachain Mainnet 1 | eip155:80094 |
| Base Sepolia | eip155:84532 |
| Arbitrum Sepolia | eip155:421614 |
| Scroll Mainnet 1 | eip155:534352 |
| Scroll Sepolia Testnet 1 | eip155:534351 |
| Ethereum Hoodi 1 | eip155:560048 |
| XRPL EVM Mainnet 1 | eip155:1440000 |
| XRPL EVM Testnet 1 | eip155:1449000 |
| Zora 1 | eip155:7777777 |
| Ethereum Sepolia | eip155:11155111 |
| Optimism Sepolia | eip155:11155420 |
| Zora Sepolia 1 | eip155:999999999 |
| Aurora Mainnet 1 | eip155:1313161554 |
| Aurora Testnet 1 | eip155:1313161555 |
| Near Mainnet | near:mainnet |
Solana
| Network | Chain ID |
|---|
| Solana Mainnet | solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Solana Devnet | solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 |
| Solana Testnet | solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z |
Bitcoin
| Network | Chain ID |
|---|
| Bitcoin Mainnet | bip122:000000000019d6689c085ae165831e93 |
| Bitcoin Testnet | bip122:000000000933ea01ad0ee984209779ba |
Sui
| Network | Chain ID |
|---|
| Sui Mainnet | sui:mainnet |
| Sui Devnet | sui:devnet |
| Sui Testnet | sui:testnet |
Tron
| Network | Chain ID |
|---|
| Tron Mainnet | tron:0x2b6653dc |
| Tron Nile Testnet 1 | tron:0xcd8690dc |
Ton
| Network | Chain ID |
|---|
| Ton Mainnet | ton:-239 |
| Ton Testnet | ton:-3 |
Stacks
The Stacks support is currently in Beta. Endpoints and schema can be changed in the near future.
| Network | Chain ID |
|---|
| Stacks Mainnet 1 | stacks:1 |
| Stacks Testnet 1 | stacks:2147483648 |
The availability of this chain in our RPC is not guaranteed.
WebSocket RPC
WebSocket RPC is not recommended for production use, and may be removed in the future.
Ethereum
| Network | Chain ID |
|---|
| Ethereum Mainnet | eip155:1 |
| Binance Smart Chain | eip155:56 |
| Polygon Mainnet | eip155:137 |
| Base Mainnet | eip155:8453 |
| Zora | eip155:7777777 |
Solana
| Network | Chain ID |
|---|
| Solana Mainnet | solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Solana Devnet | solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 |
Using the Blockchain API
No config or setup is needed for AppKit integrations. For other usage, see the Usage section.
Limits
The Blockchain API is free for 2.5 million requests per 30 days. If you wish to increase your limits, please contact [email protected].