Skip to main content

Get account transaction information for specific transaction

Retrieves transaction details for a given Transaction Id tx_id, for a given account or contract Identifier.

Path Parameters
principal string REQUIRED

Stacks address or a contract identifier

Example: SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE
tx_id string REQUIRED

Transaction id

Example: 0x34d79c7cfc2fe525438736733e501a4bf0308a5556e3e080d1e2c0858aad7448
Responses
200

Success

Schema OPTIONAL
tx object

Describes all transaction types on Stacks 2.0 blockchain

stx_sent string

Total sent from the given address, including the tx fee, in micro-STX as an integer string.

stx_received string

Total received by the given address in micro-STX as an integer string.

stx_transfers object[]
amount string

Amount transferred in micro-STX as an integer string.

sender string OPTIONAL

Principal that sent STX. This is unspecified if the STX were minted.

recipient string OPTIONAL

Principal that received STX. This is unspecified if the STX were burned.

ft_transfers object[] OPTIONAL
asset_identifier string

Fungible Token asset identifier.

amount string

Amount transferred as an integer string. This balance does not factor in possible SIP-010 decimals.

sender string OPTIONAL

Principal that sent the asset.

recipient string OPTIONAL

Principal that received the asset.

nft_transfers object[] OPTIONAL
asset_identifier string

Non Fungible Token asset identifier.

value object

Non Fungible Token asset value.

hex string
repr string
sender string OPTIONAL

Principal that sent the asset.

recipient string OPTIONAL

Principal that received the asset.

404

Not found