Last updated 7 months ago
Get data about unconfirmed transactions
status about unconfirmed transactions
"2.0"
0
const response = await fetch('https://band.nownodes.io/num_unconfirmed_txs', { method: 'GET', headers: {}, }); const data = await response.json();
{ "jsonrpc": "2.0", "id": 0, "result": { "n_txs": "31", "total": "82", "total_bytes": "19974" } }