Skip to main content

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:

TitleQueryDescription
Asset Hub Sum of Stablecoin on Each Chain by Timequery_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:

Sum of USDC in Polkadot Parachains
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 Referece

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