Try Asset Hub Endpoints
Polkadot
Kusama
Paseo
Westend
HTTPS
https://api-asset-hub-polkadot.n.dwellir.com/<YOUR_API_KEY>/76e862fe-da3d-41b8-bbf6-a28db0fbb36f
WSS
wss://api-asset-hub-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f
Quick Start
BASH
curl -sS -X POST https://api-asset-hub-polkadot.n.dwellir.com/<YOUR_API_KEY>/76e862fe-da3d-41b8-bbf6-a28db0fbb36f \-H 'Content-Type: application/json' \-d '{"id":1,"jsonrpc":"2.0","method":"chain_getBlockHash","params":[0]}'
JAVASCRIPT
import { ApiPromise, WsProvider } from '@polkadot/api';const provider = new WsProvider('wss://api-asset-hub-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f');const api = await ApiPromise.create({ provider });const hash = await api.rpc.chain.getBlockHash(0);console.log(hash.toHex());
PYTHON
from substrateinterface import SubstrateInterfacesubstrate = SubstrateInterface(url='wss://api-asset-hub-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f')block_hash = substrate.get_block_hash(block_id=0)print(block_hash)
GO
package mainimport ("fmt"gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4""github.com/centrifuge/go-substrate-rpc-client/v4/types")func main() {api, err := gsrpc.NewSubstrateAPI("wss://api-asset-hub-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Asset Hub is a specialized parachain in the Polkadot ecosystem designed for efficient creation, management, and transfer of both fungible and non-fungible assets. With support for cross-chain operations via XCM and advanced asset management tools, Asset Hub streamlines asset operations while keeping fees low and flexibility high.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Developer Resources
FAQs
What is Asset Hub and why is it important in the Polkadot ecosystem?
How does Asset Hub reduce transaction costs and deposit requirements?
Can users pay transaction fees with non-native tokens in Asset Hub?
How are permissions and roles managed in Asset Hub's Assets pallet?
What tools and APIs are available for developers integrating with Asset Hub?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure