Skip to main content

Fenryx RPC

Base URL: https://v2.rpc.fenryx.io

All routes are HTTP / JSON. SSE streams are noted explicitly.

Status & blocks

MethodPathReturns
GET/status{ chain_id, height, app_hash }
GET/blocks/:heightfull block
GET/blocks/latestlatest block
GET/txs/:hashtx by hash
GET/account/:addraccount state
GET/mempool/size{ size: n }
POST/broadcast_txbroadcast { data: hex }

Live streams (SSE)

PathStream
/sse/blocksblock headers as they commit
/sse/txstx hashes as they enter the mempool

Omnia layers

PathPurpose
/pools/statusOmnia pool state
/pools/node/:addrper-node pool info
/apex/allAPEX adaptive params
/gossip/rootgossip merkle root
/blockparams/tps_estimatecurrent TPS estimate
/pou/recordsPoU records
/pc/statsPerformance-capping
/insurance/proposalsinsurance proposals
/insurance/guardians/genesisguardian set

Staking, gov, identity

PathPurpose
/staking/v2/recordsactive stakers
/staking/v2/reward_poolreward pool snapshot
/gov/v2/proposalsFIPs / bounties / param changes
/gov/v2/infogov params
/upgrade/currentcurrent upgrade plan
/did/:addr/verifyDID level for address

Apps

PathPurpose
/dex/poolsAMM pools
/file/manifestsstored file manifests
/wasm/contractsWASM contracts
/x1/contract/:addrX1-Contract introspection
/lightning/channel/:idLightning channel state
/franchise/subnetsfranchise subnet list
/btc_relay/stateBTC SPV relay tip
/token/listFCS v2 token registry

Try any of these in the Playground.