| txobjectDescribes all transaction types on Stacks 2.0 blockchain | 
| stx_sentstringTotal sent from the given address, including the tx fee, in micro-STX as an integer string. | 
| stx_receivedstringTotal received by the given address in micro-STX as an integer string. | 
| stx_transfersobject[]| amountstringAmount transferred in micro-STX as an integer string. |  | senderstring —  OPTIONALPrincipal that sent STX. This is unspecified if the STX were minted. |  | recipientstring —  OPTIONALPrincipal that received STX. This is unspecified if the STX were burned. | 
 | 
| ft_transfersobject[] —  OPTIONAL| asset_identifierstringFungible Token asset identifier. |  | amountstringAmount transferred as an integer string. This balance does not factor in possible SIP-010 decimals. |  | senderstring —  OPTIONALPrincipal that sent the asset. |  | recipientstring —  OPTIONALPrincipal that received the asset. | 
 | 
| nft_transfersobject[] —  OPTIONAL| asset_identifierstringNon Fungible Token asset identifier. |  | valueobjectNon Fungible Token asset value. |  | senderstring —  OPTIONALPrincipal that sent the asset. |  | recipientstring —  OPTIONALPrincipal that received the asset. | 
 |