tx objectDescribes all transaction types on Stacks 2.0 blockchain |
stx_sent stringTotal sent from the given address, including the tx fee, in micro-STX as an integer string. |
stx_received stringTotal received by the given address in micro-STX as an integer string. |
stx_transfers object[]amount stringAmount transferred in micro-STX as an integer string. | sender string — OPTIONALPrincipal that sent STX. This is unspecified if the STX were minted. | recipient string — OPTIONALPrincipal that received STX. This is unspecified if the STX were burned. |
|
ft_transfers object[] — OPTIONALasset_identifier stringFungible Token asset identifier. | amount stringAmount transferred as an integer string. This balance does not factor in possible SIP-010 decimals. | sender string — OPTIONALPrincipal that sent the asset. | recipient string — OPTIONALPrincipal that received the asset. |
|
nft_transfers object[] — OPTIONALasset_identifier stringNon Fungible Token asset identifier. | value objectNon Fungible Token asset value. | sender string — OPTIONALPrincipal that sent the asset. | recipient string — OPTIONALPrincipal that received the asset. |
|