Get account transactions with transfers
Retrieves transactions for a specific account including STX transfers for each transaction.
GET
/extended/v1/address/{principal}/transactions_with_transfers
NOTE: This endpoint has been deprecated and may be removed in future versions of the API.
Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
Path Parameters
principal
Requiredstring
Stacks address or a contract identifier
Example:"SP31DA6FTSJX2WGTZ69SFY11BH51NZMB0ZW97B5P0"
Query Parameters
limit
integer
Max number of account transactions to fetch
Example:20
offset
integer
Index of first account transaction to fetch
Example:10
height
number
Filter for transactions only at this given block height
Example:66119
unanchored
boolean
Include transaction data from unanchored (i.e. unconfirmed) microblocks
Example:true
Default: false
until_block
string
Returned data representing the state up until that point in time, rather than the current block.
Example:60000
Status code | Description |
---|---|
200 | Success |
GET request that returns account transactions