Filter to only return transactions with this recipient address (only applicable for STX transfer tx types).
addressstring
Filter to only return transactions with this address as the sender or recipient (recipient only applicable for STX transfer tx types).
order_bystring
Option to sort results by transaction age, size, or fee rate.
Example: "fee"Value in: "age" | "size" | "fee"
orderstring
Option to sort results in ascending or descending order.
Example: "asc"Value in: "asc" | "desc"
limitinteger
max number of mempool transactions to fetch
Example: 20Default: 20Maximum: 50
offsetinteger
index of first mempool transaction to fetch
Example: 42000
unanchoredboolean
Include transaction data from unanchored (i.e. unconfirmed) microblocks
Example: trueDefault: false
Status code
Description
200
List of mempool transactions
Terminal
$
curl -X GET "https://api.hiro.so/extended/v1/tx/mempool?sender_address=SP1GPBP8NBRXDRJBFQBV7KMAZX1Z7W2RFWJEH0V10&recipient_address=string&address=string&order_by=fee&order=asc&limit=20&offset=42000&unanchored=true"