Cross-Chain Node API

One unified interface to 12 blockchain nodes. Query blocks, broadcast transactions, check balances, look up Namecoin domains, explore Ravencoin assets — all through clean REST endpoints powered by ORDnet infrastructure.

Block Height +1
loading...
Mempool ~
— KB
Difficulty
Peers
Live Transaction Stream · LTC
Base URL & Authentication
All endpoints follow the pattern: https://api.ordnet.io/v1/{chain}/...
Replace {chain} with the ticker: ltc · bells · lky · doge · pep · jkc · btc · bsv · bch · nmc · rvn · cs
bash
# Example: Get Litecoin chain info curl https://api.ordnet.io/v1/ltc/chain/info # Example: Get Dogecoin block at height 5000000 curl https://api.ordnet.io/v1/doge/block/height/5000000 # Example: Broadcast a raw BSV transaction curl -X POST https://api.ordnet.io/v1/bsv/tx/broadcast \ -H "Content-Type: application/json" \ -d '{"rawtx": "0100000001..."}'
Chain Info
Blocks
Transactions
Addresses
Mempool
Network
Raw / Utility

ORD/api · Powered by ORDnet.io infrastructure · 12 chains · Cross-Chain Inscription Network

© 2026 ORD/net · Node Stats · 𝕏 @ORDNETio