Cardano » Mempool
Mempool by address
List of mempool transactions where at least one of the transaction inputs or outputs belongs to the address. Shows only transactions submitted via Blockfrost.io.
<p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>get/mempool/addresses/{address}
Path parameters
addressstring 64-character case-sensitive hexadecimal string. required
Bech32 address.
Query parameters
countinteger
The number of results displayed on one page.
pageinteger
The page number for listing the results.
order'asc' | 'desc'
Ordered by the time of transaction submission. By default, we return oldest first, newest last.
Response
Return the contents of the mempool
Example response
[
{
"tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157f0"
}
]