Shiden Blockchain Data Indexing API
Shiden Quick Facts
The Shiden Network is a scalable and interoperable infrastructure for Web3.0. Since the Shiden Network is built with Parity’s Substrate framework, it can be a future Kusama parachain that also acts as a scalable smart contract platform. The Kusama Relaychain, by design, does not support smart contracts. This allows the Shiden Network the opportunity to fill in this gap. Scalability is obviously one of the most crucial demands dApp developers have. Ideally, the developers can build whatever applications on the Shiden Network without having to consider its scalability. The Shiden Network is built on the Kusama parent chain.
- Mainnet
Chain name | astar-shiden |
Chain ID | 336 |
Block explorer | https://blockscout.com/shiden |
Blocktime | 15 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 Shiden.
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. |
Shiden 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'