Through this endpoint customers can decode a raw transaction hex and see the decoded transactions' details.
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while network like "testnet" is a test network.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Represents the raw transaction Hex that has to be decoded.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Crypto APIs and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Represents the specific transaction data according to the blockchain
Represents the time at which a particular transaction can be added to the blockchain.
Represents the same as transactionId for account-based protocols like Ethereum, while it could be different in UTXO-based protocols like Bitcoin. E.g., in UTXO-based protocols hash is different from transactionId for SegWit transactions.
Represents the virtual size of this transaction.
Represents the transaction version number.
Represents the transaction inputs.
Represents the address which send/receive the amount.
Represents the transaction inputs' indentifier.
Represents the output of a transaction.
Specifies the required signatures.
The asm strands for assembly, which is the symbolic representation of the Bitcoin's Script language op-codes.
Represents the hex of the public key of the address.
Represents the script type of the reference transaction identifier.
Represents the script sequence number.
Represents the transaction outputs.
Script pub key of the transaction
Represents the address which send the amount.
Represents the assembly of the script public key of the address.
Represents the hex of the script public key of the address.
Represents the script type.
Represents the sent/received amount.
Represents the size of Bitcoin block, measured in weight units and including the segwit discount.
Represents the total size of this transaction.
Represents the decoded transaction hex.
API Key
{
"context": "yourExampleString",
"data": {
"item": {
"rawTransactionHex": "0100000001f3f6a909f8521adb57d898d2985834e632374e770fd9e2b98656f1bf1fdfd427010000006b48304502203a776322ebf8eb8b58cc6ced4f2574f4c73aa664edce0b0022690f2f6f47c521022100b82353305988cb0ebd443089a173ceec93fe4dbfe98d74419ecc84a6a698e31d012103c5c1bc61f60ce3d6223a63cedbece03b12ef9f0068f2f3c4a7e7f06c523c3664ffffffff0260e31600000000001976a914977ae6e32349b99b72196cb62b5ef37329ed81b488ac063d1000000000001976a914f76bc4190f3d8e2315e5c11c59cfc8be9df747e388ac00000000"
}
}
}
{
"apiVersion": "2023-04-25",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"blockchainSpeficicData": {
"locktime": 1781965,
"transactionHash": "1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2",
"vSize": 166,
"version": 1,
"vin": [
{
"address": "2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1",
"inputHash": "108c523cba933520905136262f6cdef87d68a1fa4ffb95b1a73f69a07ed2aed3",
"outputIndex": 3,
"scriptSig": {
"asm": "0014daaf6d5cb86befe42df851a4d1df052e663754c1",
"hex": "160014daaf6d5cb86befe42df851a4d1df052e663754c1",
"type": "scripthash"
},
"sequence": "4294967295",
"txinwitness": [
"3045022100c11ea5740bcd69f0f68a4914279838014d28923134d18e05c5a5486dfd06cc8c02200dadccec3f07bed0d1040f9e5a155efa5fdd40fc91f92342578d26848da4c6b901"
]
}
],
"vout": [
{
"scriptPubKey": {
"address": "2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV",
"asm": "OP_HASH160 507a5bd8cac1d9efdf4c0a4bfacb3e0abb4f8d15 OP_EQUAL",
"hex": "a914507a5bd8cac1d9efdf4c0a4bfacb3e0abb4f8d1587",
"type": "scripthash"
},
"value": "0.00014400"
}
],
"weight": 236
},
"size": 248,
"transactionId": "00a8a090a7c78f64e4626e6720b305edd95fcd7865b5b45864a88070a8079cea"
}
}
}