⚡ Dedicated Nodes for ETH, BSC, MATIC & other Blockchains at a Reduced Price!
Monero (XMR)
Method: POST get_coinbase_tx_sum
获取从特定高度开始的最后 n 个区块的 coinbase 金额和费用金额
height
- 无符号整数
从中获取金额的块高度
count
- 无符号整数
要包含在总和中的块数
curl --location --request POST 'https://xmr.getblock.io/mainnet/json_rpc' --header 'x-api-key: YOUR-API-KEY' --header 'Content-Type: application/json' --data-raw '{"jsonrpc": "2.0", "method": "get_coinbase_tx_sum", "params": {"height": 1563078, "count": 2}, "id": "getblock.io"}'
{ "id": "getblock.io", "jsonrpc": "2.0", "result": { "credits": 0, "emission_amount": 9387854817320, "emission_amount_top64": 0, "fee_amount": 83981380000, "fee_amount_top64": 0, "status": "OK", "top_hash": "", "untrusted": false, "wide_emission_amount": "0x889c7c06828", "wide_fee_amount": "0x138dae29a0" } }