⚡ Dedicated Nodes for ETH, BSC, MATIC & other Blockchains at a Reduced Price!
Monero (XMR)
Method: POST get_output_histogram
方法不允许
获取输出量的直方图。
对于所有金额(可能通过参数过滤),给出该金额链上的输出数量。
RingCT 输出计数为 0 数量。
amounts
- 无符号整数列表
min_count
- 无符号整数
max_count
- 无符号整数
unlocked
- 布尔值
recent_cutoff
- 无符号整数
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_output_histogram", "params": {"amounts": 20000000000}, "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }