SEDRA API
A public, read-only REST API over the live Sedra chain. Kaspad-compatible. No key required. Base URL https://api.sedracoin.com
Network
GET /info/networkchain name, block & header counts, tips, difficulty
GET /info/blockdagvirtual DAA score, tip hashes, pruning point
GET /info/coinsupplycirculating and max supply (seep)
Addresses
GET /addresses/{address}/balanceconfirmed balance in seep (1 SDR = 1e8)
GET /addresses/{address}/utxosunspent outputs for the address
GET /addresses/{address}/full-transactionstransaction history (supports limit & offset)
Transactions
GET /transactions/{id}a transaction by id (add ?outputs=true for outputs)
POST /transactionssubmit a signed transaction
Try it live: /info/network · /info/coinsupply
Read-only public endpoints. For wallets and integrations, see the docs or browse the explorer.