v1

latestOpenAPI 3.0.2Apache 2.02026-07-17189642856.1 KB
Full blockchain entities v2

Full transaction

Returns a full blockchain transaction with all balance updates.<br/> Results are limited to the last 30 days for Community users.

get/blockchain-v2/{asset}/transactions/{txid}

Path parameters

assetstring required

Asset name.

txidstring required

Transaction identifier (txid).

Query parameters

include_sub_accountsboolean

Boolean indicating if the response should contain sub-accounts.<br/> This parameter is disabled for Community users.

prettyboolean

Human-readable formatting of JSON responses.

Response

Blockchain full transaction.

txidstring required

Identifier (txid) of the transaction.

consensus_timestring required

The time in ISO 8601 date-time format. Always with nanoseconds precision.

miner_timestring

The time in ISO 8601 date-time format. Always with nanoseconds precision.

tx_positionstring required

Transaction position.

min_chain_sequence_numberstring

Chain sequence number.

max_chain_sequence_numberstring

Chain sequence number.

n_balance_updatesstring required

Number of balance updates.

amountstring required

Sum of all debits in the transaction.

stalestring

This field is set to true if the corresponding block is stale. Otherwise omitted.

block_hashstring required

Hash of the block.

heightstring required

Height of the block.

versionstring

Version of the transaction.

physical_sizestring

Physical size of the transaction, bytes.

consensus_sizestring

Consensus size of the transaction.

feestring

Fee of the transaction.