Public endpoints for PamCoin network data.
Returns recent block information.
{ "success": true, "blocks": [...] }
Returns balance and current active hashrate for a specific wallet.
{
"success": true,
"wallet": "PamCGFTYXBWBGVJA",
"balance": "72990.06000000",
"hashrate": "640.00 kH/s"
}
Real-time network health, difficulty, and mining statistics.
{
"height": 44511,
"difficulty": 4.31,
"current_reward": "100.00000000",
"total_mined": "4451100.00000000",
"miners_online": 19,
"network_hashrate": "2172.60 kH/s"
}