getrawtransaction - Bitcoin Cash
Example code for the getrawtransaction json-rpc method. Сomplete guide on how to use getrawtransaction json-rpc in GetBlock.io Web3 documentation.
Parameters
txid
- string, required
The transaction id
verbose
- boolean, optional, default=false
If false, return a string, otherwise return a json object
blockhash
- string, optional
The block in which to look for the transaction
Request
Response
Last updated