cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/block/{height_or_hash}/volume \ --header 'api-key: <api-key>'
{ "data": { "total_output_satoshis": 123 }, "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get Bitcoin block transaction volume data including total value transferred and fee information for the specified block.
Project API Key
Block height or hash.
OK
Show child attributes
Was this page helpful?