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
OK
Returns a list of all transaction IDs (spend bundle hashes) in the mempool.
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"
}