Returns the extrinsics that the node knows of that have not been included in a block.
successful operation
const response = await fetch('https://dot-playbook.nownodes.io/node/transaction-pool', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pool": [ { "hash": "text", "encodedExtrinsic": "text", "tip": "text", "priority": "text", "partialFee": "text" } ] }