cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/mempool/recent \ --header 'api-key: <api-key>'
[ { "txid": "f3c21f...", "fee": 426, "vsize": 141, "value": 12500 } ]
Get list of recently submitted Bitcoin transactions in the mempool ordered by arrival time.
Project API Key
A list of recent mempool transactions.
The response is of type object[].
object[]
Was this page helpful?