Through this endpoint customers can obtain details about a transaction by the transaction's unique identifier.
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 networks like "testnet", "sepolia" are test networks.
String identifier of the transaction hash
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.
String representation of the transaction contract address
String representation of the transaction fee value
String representation of the transaction gas limit
String representation of the transaction used gas
String representation of the transaction hash
String representation of the transaction input data
Numeric representation of the transaction nonce
Numeric representation of the transaction index
String representation of the recipient address
String representation of the sender address
String representation of the transaction status
Numeric representation of the timestamp in seconds since epoch
String representation of the transacted amount
String representation of the transaction gas price
String representation of the block hash
Numeric representation of the block height
Representation of the transaction signature method.
Representation of the method function signature
Representation of the method function name
Representation of the hex signature
API Key
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"contract": "",
"fee": {
"amount": "0.00016932",
"unit": "ETH"
},
"gasLimit": 552020,
"gasUsed": 24673,
"hash": "0x1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2",
"inputData": "0x67a5cd0600000000000000000000000031f42841c2db5173425b5223809cf3a38fede360",
"nonce": 10,
"positionInBlock": 1,
"recipient": "0x2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV",
"sender": "0x2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1",
"status": "0x1",
"timestamp": 1582202940,
"value": {
"amount": "",
"unit": "ETH"
},
"gasPrice": {
"amount": "2994782927",
"unit": "WEI"
},
"minedInBlock": {
"hash": "00000000407f119ecb74b44229228910400aaeb9f4e3b9869955b85a53e9b7db",
"height": 1939750
},
"blockchainSpecific": {
"signatureData": {
"functionSignature": "_SIMONdotBlack_(int8[]. int224[])",
"method": "_SIMONdotBlack_",
"signature": "0x095ea7b3"
}
}
}
}
}