get_output_distribution
The get_output_distribution Monero method returns output distribution data by amount and height, useful for privacy tools and chain analysis
Parameters
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "get_output_distribution",
"params": {"amounts": 628780000, "from_height": 1462078},
"id": "getblock.io"}'Response
Last updated
Was this helpful?