Try Acala Endpoints
Quick Start
curl -sS -X POST https://api-acala.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd \-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-acala.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd');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-acala.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd')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-acala.n.dwellir.com/bd7663d3-bce4-4a7f-830c-38270f9daabd")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Acala offers institutional-grade and customizable backend infrastructure optimized for financial applications, trusted by renowned institutions such as Coinbase, Figment, and Current.com. Their unique appchain incorporates powerful tools like a DEX, DOT liquid staking, and the aUSD over-collateralized stablecoin, allowing developers to leverage native liquidity. The chain supports forkless upgrades, ensuring continuous, smooth enhancements to meet evolving demands. Furthermore, Acala's compatibility with both Polkadot and Ethereum empowers developers to utilize their existing coding skills, whether in Solidity via Acala's EVM+ or directly in Substrate.
Pricing
How many calls do you make per month?
Growth
- 500 Responses /sec
- Dedicated Account Manager
Developer Resources
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure