ZEC
POST
GET
Last updated on January 1, 1970
10 min read
Method getrawtransaction undefined ()
connect with JSON-RPC protocol
getrawtransaction
Return the raw transaction data.NOTE If blockhash is not provided and the -txindex option is notenabled, then this call only works for mempool transactions. If eitherblockhash is provided or the -txindex option is enabled, it also worksfor blockchain transactions. If the block which contains the transactionis known, its hash can be provided even for nodes without -txindex.Note that if a blockhash is provided, only that block will be searchedand if the transaction is in the mempool or other blocks, or if thisnode does not have the given block available, the transaction will notbe found.
Parameters
txid
- string
The transaction id.
verbose
- numeric
Optional, default=0
If 0, return a string of hex-encoded data, otherwise return a JSON object
blockhash
- string
Optional.
The block in which to look for the transaction.
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": "getrawtransaction",
"params": ["5db76e43724d980e01b5b98c9a83ba2d7fa565b3aa22bb3c5728ea56d0ed7cee", 1, null],
"id": "getblock.io"}'
Response
{
"result": {
"hex": "0400008085202f89010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bb1e151b5c4c55584f525c000000000f4bcd54a8ae0234000000000000000000000000045246ea0e000000001976a91417b04a8ede7164eccb961f46289305ec04014b6388ac38c94d010000000017a914c1d33ded7edf633ca2592f2258d4c8c9ae28091587286bee000000000017a914d45cb1adffb5215a42720532a076f02c7c778c908740787d010000000017a914931fec54c1fea86e574462cc32013f5400b891298700000000e31e15000000000000000000000000",
"txid": "5db76e43724d980e01b5b98c9a83ba2d7fa565b3aa22bb3c5728ea56d0ed7cee",
"size": 232,
"overwintered": true,
"version": 4,
"versiongroupid": "892f2085",
"locktime": 0,
"expiryheight": 1384163,
"vin": [
{
"coinbase": "03bb1e151b5c4c55584f525c000000000f4bcd54a8ae02340000000000000000",
"sequence": 0
}
],
"vout": [
{
"value": 2.5023445,
"valueZat": 250234450,
"valueSat": 250234450,
"n": 0,
"scriptPubKey": {
"asm": "OP_DUP OP_HASH160 17b04a8ede7164eccb961f46289305ec04014b63 OP_EQUALVERIFY OP_CHECKSIG",
"hex": "76a91417b04a8ede7164eccb961f46289305ec04014b6388ac",
"reqSigs": 1,
"type": "pubkeyhash",
"addresses": [
"t1L2rjgGrvEqfrA5zqUca4GGxAeQg47CTpG"
]
}
},
{
"value": 0.21875,
"valueZat": 21875000,
"valueSat": 21875000,
"n": 1,
"scriptPubKey": {
"asm": "OP_HASH160 c1d33ded7edf633ca2592f2258d4c8c9ae280915 OP_EQUAL",
"hex": "a914c1d33ded7edf633ca2592f2258d4c8c9ae28091587",
"reqSigs": 1,
"type": "scripthash",
"addresses": [
"t3cEUQFG3KYnFG6qYhPxSNgGi3HDjUPwC3J"
]
}
},
{
"value": 0.15625,
"valueZat": 15625000,
"valueSat": 15625000,
"n": 2,
"scriptPubKey": {
"asm": "OP_HASH160 d45cb1adffb5215a42720532a076f02c7c778c90 OP_EQUAL",
"hex": "a914d45cb1adffb5215a42720532a076f02c7c778c9087",
"reqSigs": 1,
"type": "scripthash",
"addresses": [
"t3dvVE3SQEi7kqNzwrfNePxZ1d4hUyztBA1"
]
}
},
{
"value": 0.25,
"valueZat": 25000000,
"valueSat": 25000000,
"n": 3,
"scriptPubKey": {
"asm": "OP_HASH160 931fec54c1fea86e574462cc32013f5400b89129 OP_EQUAL",
"hex": "a914931fec54c1fea86e574462cc32013f5400b8912987",
"reqSigs": 1,
"type": "scripthash",
"addresses": [
"t3XyYW8yBFRuMnfvm5KLGFbEVz25kckZXym"
]
}
}
],
"vjoinsplit": [],
"valueBalance": 0,
"valueBalanceZat": 0,
"vShieldedSpend": [],
"vShieldedOutput": [],
"blockhash": "0000000000938f9fc631767d1302cd7a2cc29fce45f82724eb4d55d11658768f",
"height": 1384123,
"confirmations": 268,
"time": 1631173584,
"blocktime": 1631173584
},
"error": null,
"id": "healthcheck"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }