A list of the TX IDs for all the transactions in the mempool are retrieved.
Returns memory pool transactions
const response = await fetch('https://strax.nownodes.io/api/Mempool/getrawmempool', { method: 'GET', headers: {}, }); const data = await response.json();