Skip to content

The Polkadot Blockchain Academy is coming to Switzerland in 2025! 👉 Apply Here

✖

Asset Hub Dashboards

Overview

Asset Hub is a specialized parachain on Polkadot designed to facilitate the handling and management of digital assets across various applications. It supports asset tokenization, trading, and bridging services within the Polkadot ecosystem.

Here you will find a variety of dashboards that help visualize data from the Asset Hub parachain:

  • Asset Hub: Explore comprehensive analytics on digital asset management and operations within the AssetHub parachain.

Key Tables

Data from the Asset Hub parachain is organized into several key tables:

  • assethub.balances
  • assethub.blocks
  • assethub.calls
  • assethub.events
  • assethub.extrinsics
  • assethub.transfers

Start building your own queries using granular data on Dune here.

Useful Queries

Some useful queries for Asset Hub are provided:

Title Query Description
Asset Hub Sum of Stablecoin on Each Chain by Time query_3526956(asset_id='[ASSET_ID]') Find the sum of stablecoin on each chain by time

Getting Started with Queries

To get started with querying data from Unique, you are welcome to use the mentioned materialized queries. You can use the following DuneSQL queries as examples:

sql title="Sum of USDC in Polkadot Parachains" showLineNumbers SELECT * FROM "query_3526956(asset_id='1984')" -- AssetHub Sum of Stablecoin on Each Chain by Time WHERE not chain_name = ''

Query result:

Visualized result:

DuneSQL Reference

For more information on DuneSQL, please refer to the DuneSQL Cheatsheet and DuneSQL Official Documentation.