Share your GetBlock experience with other devs and get 5M RPCs

banner image
zec

ZCash

ZEC

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method gettxoutsetinfo ZCash (ZEC)
connect with JSON-RPC protocol

gettxoutsetinfo

info-circle-fill

Returns statistics about the unspent transaction output set.Note this call may take some time.

Parameters

-

Request

curl --location --request POST 'https://zec.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "gettxoutsetinfo",
"params": [],
"id": "getblock.io"}'

Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "bestblock": "00000000019af1612080b8d6b3ce87c5b7569a114e6a77385260cf45a6419fe1",
        "bytes_serialized": 555247948,
        "hash_serialized": "f0d96a7b8e69c26c904d68a8edc52cbd4676188aa8b9e94504adb0957ffd256d",
        "height": 1384358,
        "total_amount": 10682341.70673279,
        "transactions": 1613584,
        "txouts": 20130753
    }
}
banner icon

Start Building with GetBlock RPCs for Free