| Item | Value |
|---|---|
| Network | Asset Hub Polkadot (formerly Statemint) |
| Native token | DOT |
| Protocol | Substrate JSON-RPC |
| Transport | HTTP and WebSocket |
| Common methods | chain_getBlock, chain_getHeader, state_getMetadata, system_health |
| Best fit | Asset apps, wallets, NFT platforms, DeFi, indexers, and Substrate backends |
Start with chain_getBlock or chain_getHeader, then test storage reads, asset metadata, event queries, transaction submission, and WebSocket reconnect behavior for the client used in production.
Check response latency, finalized-head updates, asset storage queries, transaction confirmation, reconnect handling, historical requirements, and whether archive, trace, or dedicated capacity is needed.
Asset Hub RPC supports fungible assets, NFTs, wallets, DeFi products, token management platforms, indexers, analytics, governance workflows, and applications that use XCM to move assets between Polkadot chains.
Use public or shared access for asset reads, wallet integration, and early testing. Before production, repeat asset, event, transaction, and reconnect checks with authenticated access, then choose dedicated infrastructure when the workload needs isolation or predictable capacity.
Teams building on Asset Hub usually need a reliable path from a first Substrate request to production asset operations, indexing, and cross-chain workflows.
Best fit: mainnet production workflows for asset apps, wallets, NFT platforms, collators, and Substrate backends.
What builders usually check first:
Supported capability notes:
Decision notes:
A quick connection check usually starts with chain_getBlock, then moves into the exact methods your wallet, dashboard, bot, indexer, or backend service needs.
Planning the next step:
OnFinality takes away the heavy lifting of DevOps so you can build smarter and faster.
Get Started