Getblockreward is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Returns block and uncle rewards for a given block number on an EVM-compatible chain using the Etherscan block getblockreward API
Pay-per-request access to CoinGecko, DefiLlama, Alchemy, and Etherscan APIs. No auth, no subscriptions.
Returns block reward details including the miner address, block reward amount in ETH, uncle inclusion rewards, and details for each uncle block (uncle miner address, uncle position, uncle hash, and uncle reward). Mirrors the Etherscan block getblockreward API response structure.
POSThttps://stablecrypto.dev/api/etherscan/block/getblockrewardUse this endpoint when you need to look up historical block mining or uncle rewards for a specific block number on an EVM-compatible chain. Prefer this over raw RPC calls when you want Etherscan-structured reward breakdowns including uncle details. Best for analytics, auditing miner payouts, or verifying block rewards on Ethereum, Polygon, Base, or other EVM chains.
{
"blockno": 18000000,
"chainid": 1
}| Field | Type | Description |
|---|---|---|
| blockno | number | Block number |
| chainid | number | EVM chain ID (1=Ethereum, 137=Polygon, 8453=Base, etc.) |
{
"uncles": [],
"timeStamp": "1693066895",
"blockMiner": "0xdafea492d9c6733ae3d56b7ed1adb60692c98bc5",
"blockNumber": "18000000",
"blockReward": "30697207500857250",
"uncleInclusionReward": "0"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"