Moonbeam Blockchain Data Indexing API
Moonbeam Quick Facts
Moonbeam is an Ethereum-compatible smart contract parachain on Polkadot. Moonbeam is much more than just an EVM implementation: it’s a highly specialized Layer 1.5 chain that mirrors Ethereum’s Web3 RPC, accounts, keys, subscriptions, logs, and more. The Moonbeam platform extends the base Ethereum feature set with additional features such as on-chain governance, staking, and cross-chain integrations.
- Mainnet
- Moonbeam Moonbase Alpha Testnet
Chain name | moonbeam-mainnet |
Chain ID | 1284 |
Block explorer | https://moonscan.io/ |
Blocktime | 6 seconds |
Historical balances | ✅ |
NFT assets and metadata | ✅ |
Premium Endpoints | |
Premium Balances | ❌ |
Premium Transactions | ❌ |
Premium Log Events | ❌ |
Query via SQL on Increment | ✅ |
Don't Have an API Key?
Sign up to start building on Moonbeam.
Unlock millions of requests and free archive data on all chains.
Get Started for Free
Network Status
- | - | - | |||
---|---|---|---|---|---|
Daily Active Wallets Unique wallets who transact on a daily basis. | - | - | - | ||
Transactions Unique transactions on a daily basis. | - | - | - | ||
Active Tokens Unique tokens active on a daily basis. | - | - | - | ||
Powered by Increment. |
Moonbeam mainnet had
Code Samples
- Token Balances
- Transaction History
- Portfolio
- Get a block
Get token balances for address
GET
/v1/{chainName}/address/{walletAddress}/balances_v2
- shell
- JavaScript
- ruby
- python
Request
curl --request GET --url https://api.covalenthq.com/v1/{chainName}/address/{walletAddress}/balances_v2 --header 'accept: application/json' --header 'x-api-key: demo'