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 explorerhttps://blockscout.com/shiden
Blocktime15 seconds
Historical balances
NFT assets and metadata
Query via SQL on Increment
Integration Stage

Don't Have an API Key?

Sign up to start building on Shiden.

Unlock millions of requests and free archive data on all chains.

Shiden Block Explorer

Analyze transactions, addresses, and smart contracts on the Shiden blockchain explorer.

Network Status

Days
Weeks
Months
Years
- - -
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

GET/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:

1.00 Credits

Processing:

Realtime
Show Guides
Installation
npm install @covalenthq/client-sdk
Request
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);
}
report

This network is suspended.

It's no longer supported by Covalent.