Humanode RPC Endpoints
HTTPS
https://api-humanode.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f
WSS
wss://api-humanode.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f
Quick Start
BASH
curl -sS -X POST https://api-humanode.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f \-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-humanode.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f');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-humanode.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f')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-humanode.n.dwellir.com/1350b635-a82e-4e02-b336-7de9dba9108f")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Humanode implements 1-person-1-node consensus using cryptographically secure facial recognition, eliminating capital-based governance. Its Fath monetary algorithm adjusts supply based on network value growth, while EVM compatibility enables private biometric verification in smart contracts.
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
Humanode Dedicated Node
$420/month
- Unlimited RPS & Responses
- HTTP & Websocket APIs
- Trace APIs
- Debug APIs
- Dedicated Account Manager
- Pay in Crypto
- Tailored load balancing
- Access to Engineering teams
- Global data centers
Developer Resources
FAQs
How does biometric verification work?
Can developers integrate anti-Sybil features?
What's the node staking mechanism?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure