NOTE: This endpoint has been deprecated and may be removed in future versions of the API.
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 using the @stacks/blockchain-api-client library for real-time updates.
Filter for transactions only at this given block height
Example: 42000
unanchoredboolean
Include transaction data from unanchored (i.e. unconfirmed) microblocks
Example: trueDefault: false
until_blockstring
returned 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.