Through this endpoint customers can obtain details about a signature by the transaction's unique identifier.
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software
String identifier of the transaction ID
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.
Transaction fee details
Fee amount
Fee denomination
Fee unit
String representation of the transaction hash
String representation of the transaction ID
Transaction inputs
Input address
Previous output index
Previous output transaction ID
Input amount details
Amount value
Amount denomination
Amount unit
Transaction outputs
Output address
Output amount details
Amount value
Amount denomination
Amount unit
Timestamp of the transaction
API Key
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"blocksHashes": [
"14ffe6a8da878316db9afca55c62746f97033631072b931cae2a0b3458b29fc8"
],
"fee": {
"amount": "0.123",
"denomination": "100000000",
"unit": ""
},
"hash": "76d7502fa19c53f61d6acd83102e4e153d864908eea9e2140a86dc6278b4e1f0",
"id": "",
"inputs": [
{
"address": "kaspa:qzyzhlkd8thwywu2ajylmzlz9hxdqw9s5xznf0kzed8s9y4h6mtfj222rtgcn",
"outputIndex": 3,
"transactionId": "794af341e2fc00b732a60a4fb5ee238c6289fec30c21bbadf326cc448d2c312e",
"value": {
"amount": "6173541265",
"denomination": 100000000,
"unit": "SOMPI"
}
}
],
"outputs": [
{
"address": "kaspa:qrk9decfnl4rayeegp6gd3tc6605zavclkpud5jp78axat5namppwt050d57j",
"value": {
"amount": "6173541265",
"denomination": 100000000,
"unit": "SOMPI"
}
}
],
"timestamp": 1741515023
}
}
}