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.
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 same as transactionId for UTXOs protocols like Bitcoin.
Represents the total size of this transaction.
Inputs of the transaction
Represents the address which send the amount.
Represents the output of a transaction.
Script sig of input
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 inputs' indentifier.
Represents the time at which a particular transaction can be added to the blockchain.
Outputs of the transaction
Represents the address which send the amount.
Script pub key of the transaction
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 transaction amount.
Represents the transaction version number.
Represents the virtual size of this transaction.
Represents the size of Bitcoin block, measured in weight units and including the segwit discount.
API Key
{
"context": "yourExampleString",
"data": {
"item": {
"rawTransactionHex": "0100000001f3f6a909f8521adb57d898d2985834e632374e770fd9e2b98656f1bf1fdfd427010000006b48304502203a776322ebf8eb8b58cc6ced4f2574f4c73aa664edce0b0022690f2f6f47c521022100b82353305988cb0ebd443089a173ceec93fe4dbfe98d74419ecc84a6a698e31d012103c5c1bc61f60ce3d6223a63cedbece03b12ef9f0068f2f3c4a7e7f06c523c3664ffffffff0260e31600000000001976a914977ae6e32349b99b72196cb62b5ef37329ed81b488ac063d1000000000001976a914f76bc4190f3d8e2315e5c11c59cfc8be9df747e388ac00000000"
}
}
}
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"id": "1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2",
"size": 248,
"hash": "1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2",
"inputs": [
{
"address": "2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1",
"outputIndex": 3,
"script": {
"asm": "0014daaf6d5cb86befe42df851a4d1df052e663754c1",
"hex": "160014daaf6d5cb86befe42df851a4d1df052e663754c1",
"type": "scripthash"
},
"sequence": 34,
"transactionId": "108c523cba933520905136262f6cdef87d68a1fa4ffb95b1a73f69a07ed2aed3",
"witnesses": [
"3045022100c11ea5740bcd69f0f68a4914279838014d28923134d18e05c5a5486dfd06cc8c02200dadccec3f07bed0d1040f9e5a155efa5fdd40fc91f92342578d26848da4c6b901"
]
}
],
"locktime": 1781965,
"outputs": [
{
"address": "2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV",
"script": {
"asm": "OP_HASH160 507a5bd8cac1d9efdf4c0a4bfacb3e0abb4f8d15 OP_EQUAL",
"hex": "a914507a5bd8cac1d9efdf4c0a4bfacb3e0abb4f8d1587",
"type": "scripthash"
},
"value": {
"amount": "10.334",
"unit": "ZEC"
}
}
],
"version": 2,
"vsize": 166,
"weight": 236
}
}
}