Transaction Tracker
/blockchain/{asset}/transaction-tracker
{
"data" : [ {
"txid" : "The hash of the transaction",
"time" : "The time the response was issued",
"first_seen_time" : "The time the transaction was first seen in the mempool",
"status" : "The current settlement status of this transaction",
"status_update_time" : "The time the status was last updated",
"status_updates" : [ {
"time" : "The time of the first status update",
"status" : "The first status update"
} ],
"details" : {
"version" : "The version of this transaction",
"amount" : "The amount transacted",
"replace_by_fee_supported" : "a Boolean noting whether RBF1 was used",
"fee" : "The total fee paid by this transaction’s sender",
"feerate" : "The feerate of this transaction",
"mempool_feerate_mean_at_first_seen_time" : "The average feerate when first seen",
"mempool_feerate_min_at_first_seen_time" : "The min feerate when it was first seen",
"consensus_size" : "The consensus size of this transaction",
"physical_size" : "The physical size of this transaction"
},
"block_hash": "Optional (returned for CONFIRMED status only): hash of the block in which the transaction was included",
"height": "Optional (returned for CONFIRMED status only): height of the block in which the transaction was included",
"n_confirmations": Optional (returned for CONFIRMED status only): number of confirmations of the block in which the transaction was included",
"mempool_approx_queue_position" : "Optional (returned for UNCONFIRMED status only): Where this transaction sits in the queue of unprocessed transactions",
"next_block_approx_settlement_probability_pct" : "Optional (returned for UNCONFIRMED status only): The probability that this transaction will be included in the next 2 blocks",
"geo" : [ {
"location" : "the location of the node that has witnessed this transaction",
"seen_time" : "the time at which the node in this location witnessed the transaction"
} ],
"inputs":[{
"address": "List of all addresses that served as an input to the transaction (i.e.: addresses that are sending funds)",
} ],
"outputs":[ {
"address": "List of all addresses that served as an output to the transaction (i.e.: addresses that are receiving funds)",
} ],
} ]REMOVED
Asset Availability
Last updated
Was this helpful?