Get statistics for mempool transactions

Retrieves statistics for transactions in the mempool, such as counts, ages, and fees.

GET

Parameters

No parameters.

Status codeDescription
200GET request that returns stats on mempool transactions
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended/v1/tx/mempool/stats" \
-H 'Accept: application/json'

How is this guide?