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": 15606,
"difficulty": 4.13,
"current_reward": "100.00000000",
"total_mined": "1560600.00000000",
"miners_online": 6,
"network_hashrate": "255.60 kH/s"
}