/api/poolsBitcoin-only Miningcore pool list and current pool/network statistics.
Frontend API
Read-only endpoints used by the KCMINERS Bitcoin frontend. Responses are JSON and live data depends on Miningcore and PostgreSQL availability.
/api/poolsBitcoin-only Miningcore pool list and current pool/network statistics.
/api/pool-statsAggregated 24-hour pool hashrate history from PostgreSQL.
/api/blocks?limit=100Recent Bitcoin blocks. Optional poolId and limit query parameters are supported.
/api/payments?limit=100Recent Bitcoin payment records from the Miningcore database.
/api/top-miners?limit=10Top recent miners based on the latest minerstats worker samples.
/api/bitcoin-priceCached BTC/USD price used by the homepage.
/api/miner/{poolId}/{address}Miningcore miner statistics, performance history, and matching blocks.
These frontend routes are public read-only endpoints. Keep PostgreSQL bound to localhost and never expose database credentials or the Miningcore administrative interface through Nginx.