GET
/
mempool
/
txids
Mempool Transaction IDs
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/mempool/txids \
  --header 'api-key: <api-key>'
[
  "4d3c8f5b2378c9c1eaa228d594d2c693fae3e9f2b3e6b18344f973f1e5a3e13a",
  "5a76bcb30e10a7d5f6a8f37d7df12a89f4e171cf0ecfe5bd5d22b53f5cc9f6cf"
]

Authorizations

api-key
string
header
required

Project API Key

Response

200 - application/json

List of transaction IDs currently in the mempool.

Array of transaction IDs currently in the mempool