JSON-RPC API Reference
The Positronic blockchain exposes a JSON-RPC 2.0 interface on port 8545.
All Ethereum-compatible methods work alongside custom positronic_* endpoints for
AI scoring, wallet registry, governance, play-to-earn, NFTs, DePIN, hash commitment privacy, Game Bridge, and more.
Endpoint
https://rpc.positronic-ai.network
Chain ID
420420 (0x66984)
Protocol
JSON-RPC 2.0
Methods
213 total
Quick Example
curl -X POST https://rpc.positronic-ai.network \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_chainId",
"params": [],
"id": 1
}'