Filter for transactions only at this given block height
Example: 66119
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.
Example: 60000
Status code
Description
200
Success
curl -X GET "https://api.hiro.so/extended/v1/address/SP31DA6FTSJX2WGTZ69SFY11BH51NZMB0ZW97B5P0/transactions_with_transfers?limit=20&offset=10&height=66119&unanchored=true&until_block=60000"