Coinset
UsageMempool

get_all_mempool_tx_ids

Returns a list of all transaction IDs (spend bundle hashes) in the mempool.

POST
/get_all_mempool_tx_ids
/get_all_mempool_tx_ids

Request Body

application/jsonRequired

Empty request body

curl -X POST "https://api.coinset.org/get_all_mempool_tx_ids" \
  -H "Content-Type: application/json" \
  -d '{}'

OK

{
  "tx_ids": [
    "string"
  ],
  "success": true,
  "error": "string"
}