Get transactions for address
Retrieves transactions for a specific address.
GET
GET
/extended/v1/address/{address}/mempool
Retrieves all transactions for a given address that are currently in mempool
Path Parameters
address
Requiredstring
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
Default: false
Status code | Description |
---|---|
200 | List of Transactions |
GET request that returns transactions