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.

Don't Have an API Key?

Sign up to start building on Shiden.

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

Network Status

Supported Endpoints

Endpoint

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.

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.