Try Heima Endpoints
Quick Start
curl -sS -X POST https://api-heima.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b \-H 'Content-Type: application/json' \-d '{"id":1,"jsonrpc":"2.0","method":"chain_getBlockHash","params":[0]}'
import { ApiPromise, WsProvider } from '@polkadot/api';const provider = new WsProvider('wss://api-heima.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b');const api = await ApiPromise.create({ provider });const hash = await api.rpc.chain.getBlockHash(0);console.log(hash.toHex());
from substrateinterface import SubstrateInterfacesubstrate = SubstrateInterface(url='wss://api-heima.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b')block_hash = substrate.get_block_hash(block_id=0)print(block_hash)
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-heima.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Heima is a full-stack coordination protocol that abstracts complexity across accounts, chains, and agents — enabling seamless, verifiable cross-chain execution for users and developers. Through a unified omni-account system, intent-centric execution, and a decentralized Agent Hub, Heima enables users to operate across multiple blockchains without manual bridging, wallet switching, or gas token management. Its architecture leverages a custom Substrate-based Layer 1, account abstraction, omni-executor routing, and programmable automation to deliver a seamless DeFi experience rivaling CEX usability while maintaining decentralization.
Pricing
How many calls do you make per month?
Growth
- 500 Responses /sec
- Dedicated Account Manager
Developer Resources
FAQs
What is Heima?
How does Heima improve the cross-chain user experience?
What are the core components of Heima?
How do developers benefit from Heima?
What are some use cases enabled by Heima?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure