Ajuna Network RPC Endpoints
Mainnet
HTTPS
https://api-ajuna-polkadot.n.dwellir.com/<API_Keys_Are_Not_Made_for_Bots>
WSS
wss://api-ajuna-polkadot.n.dwellir.com/<API_Keys_Are_Not_Made_for_Bots>
Quick Start
BASH
curl -sS -X POST https://api-ajuna-polkadot.n.dwellir.com/<API_Keys_Are_Not_Made_for_Bots> \-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-ajuna-polkadot.n.dwellir.com/<API_Keys_Are_Not_Made_for_Bots>');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-ajuna-polkadot.n.dwellir.com/<API_Keys_Are_Not_Made_for_Bots>')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-ajuna-polkadot.n.dwellir.com/<API_Keys_Are_Not_Made_for_Bots>")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Ajuna Network is a Polkadot parachain built for games. Its SAGE engine, the Substrate Asset Game Engine, keeps game logic and player-owned assets on chain while Unity, Unreal, and .NET clients connect through the Ajuna SDKs. Bajun Network on Kusama is the canary chain where games launch first. The AJUN token pays transaction fees and secures the network through staking.
Shared Node Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
Ajuna Network Unlimited Node
- Unmetered requests within your tier
- Five tiers from 25 to 1,000 RPS
- No API credits, no overages
- HTTP & Websocket APIs
- Trace APIs
- Debug APIs
- Same endpoint URL and API key
- Self-serve in the dashboard
- Fixed monthly invoice
Developer Resources
FAQs
What is Ajuna Network?
How does Ajuna relate to Bajun Network?
Which SDKs connect a game to Ajuna?
Which RPC methods does the Ajuna endpoint support?
When do I need a dedicated Ajuna cluster?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure