RPC + Developers

Public network access and integration guide
RPC Endpoint
https://chain.phoenixos.us
Chain ID
20260518
Latest Block
2
Healthy Peers
2

Core Endpoints

Live right now

GET /health runtime health

GET /api portal API metadata

GET /chain/head latest chain head

GET /chain/block/{height} block by height

GET /account/{address} account state

POST /tx/send submit signed transaction

GET /tx/{hash} transaction lookup

GET /seed/status seed registry status

GET /seed/peers public seed peers

GET /metrics Prometheus metrics


curl https://chain.phoenixos.us/chain/head
curl https://chain.phoenixos.us/account/phx...
curl https://chain.phoenixos.us/seed/peers

Websocket endpoint, contract deployment SDK and wallet adapter docs are not yet part of the current runtime.