Skip to main content

Transactions for address

Retrieves all transactions for a given address that are currently in mempool

Path Parameters
address string REQUIRED

Transactions for the address

Example: SP197DVH8KTJGX4STM61QN0WJV8Y9QJWXV83ZGNR9
Query Parameters
limit integer

max number of transactions to fetch

Example: 90
offset integer

index of first transaction to fetch

Example: 42000
unanchored boolean

Include transaction data from unanchored (i.e. unconfirmed) microblocks

Example: true
Responses
200

List of Transactions

Schema OPTIONAL
limit integer
offset integer
total integer
results object[]
get_address_mempool_transactions
GET /extended/v1/address/:address/mempool
address — path
limit — query
offset — query
unanchored — query
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/extended/v1/address/:address/mempool' \
-H 'Accept: application/json'