Kindcoin Core/API
block explorer
Navigation
Chain
Ledger
Network
Developer
Read Only
Explorer API
| Name | Endpoint | Description |
|---|---|---|
| Status | /api/status | Indexed height, node height, peer count, and staking summary. |
| Blocks | /api/blocks | Latest indexed blocks. |
| Transactions | /api/transactions | Latest indexed transactions. |
| Rich List | /api/rich-list | Top indexed positive address balances. |
| Supply | /api/supply | Indexed supply and unspent-output summary. |
| Charts | /api/charts | Lightweight daily block, transaction, and difficulty series. |
| Address | /api/address/<address> | Indexed address summary and recent activity. |
| Block | /api/block/<height-or-hash> | Indexed block detail. |
| Transaction | /api/tx/<txid> | Indexed transaction detail. |
| Mempool | /api/mempool | Live node mempool ids. |
| Legacy Supply | /ext/getmoneysupply | Plain-text circulating supply compatibility endpoint. |
| Legacy Height | /ext/getblockcount | Plain-text chain height compatibility endpoint. |
| Legacy Difficulty | /ext/getdifficulty | JSON difficulty compatibility endpoint. |
| Legacy Hashrate | /ext/getnetworkhashps | Plain-text network hashrate compatibility endpoint. |