Shiden Blockchain Data Indexing API (suspended)
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.
Chain name | astar-shiden |
Chain ID | 336 |
Network status | SUSPENDED |
Block explorer | https://blockscout.com/shiden |
Blocktime | 15 seconds |
Historical balances | ❌ |
NFT assets and metadata | ❌ |
Query via SQL on Increment | ✅ |
Integration Stage |
Network Status
- | - | - | |||
---|---|---|---|---|---|
Monthly Active Wallets Unique wallets who transact on a monthly basis. | - | - | - | ||
Transactions Unique transactions on a monthly basis. | - | - | - | ||
Active Tokens Unique tokens active on a monthly basis. | - | - | - | ||
Powered by Increment. |
Code Samples
Get token balances for address
/v1/{chainName}/address/{walletAddress}/balances_v2/
Commonly used to fetch the native, fungible (ERC20), and non-fungible (ERC721 & ERC1155) tokens held by an address. Response includes spot prices and other metadata.
Requires:
Costs:
Processing:
npm install @covalenthq/client-sdk
import { CovalentClient } from "@covalenthq/client-sdk"; const ApiServices = async () => { const client = new CovalentClient("YOUR_API_KEY"); const resp = await client.BalanceService.getTokenBalancesForWalletAddress(); console.log(resp.data); }
This network is suspended.
It's no longer supported by Covalent.