Get account transactions
Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found here.
If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to WebSockets or Socket.io for real-time updates.
| Path Parameters | 
|---|
| principalstring —  REQUIREDStacks address or a Contract identifier | 
| Query Parameters | 
|---|
| limitintegermax number of account transactions to fetch | 
| offsetintegerindex of first account transaction to fetch | 
| heightnumberFilter for transactions only at this given block height | 
| unanchoredbooleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks | 
| until_blockstringreturned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time. | 
| Responses | |||||
|---|---|---|---|---|---|
| 200Success 
 |