Get account transactions including STX transfers for each transaction.
Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
| Path Parameters | 
|---|
principal string —  REQUIREDStacks address or a Contract identifier Example: SP31DA6FTSJX2WGTZ69SFY11BH51NZMB0ZW97B5P0  | 
| Query Parameters | 
|---|
limit integermax number of account transactions to fetch Example: 20  | 
offset integerindex of first account transaction to fetch Example: 10  | 
height numberFilter for transactions only at this given block height Example: 66119  | 
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks Example: true  | 
until_block stringreturned data representing the state up until that point in time, rather than the current block. Example: 60000  | 
| Responses | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Success 
  |