post https://nd-202-842-353.p2pify.com/788f110831fe13808302bd79796d55e8/
The gettxoutsetinfo
method provides statistics about the unspent transaction output set, including the total number of unspent outputs and the total value of all unspent outputs.
Takes a while to complete
This method may take a couple of minutes to complete, so you are better off using the
curl
example in your terminal.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
- None
Response
result
— an object containing statistics about the unspent transaction output set, such as the total number of unspent outputs and the total value.error
— an object containing an error message if an error occurred, otherwisenull
.id
— an integer representing the ID of the request, used to match requests with responses.
Use case
The gettxoutsetinfo
method is useful for understanding the current state of the unspent transaction outputs in the blockchain. It provides valuable insights into the distribution and value of unspent outputs.
Try the gettxoutsetinfo
RPC method yourself
gettxoutsetinfo
RPC method yourself