Returns the extrinsics that the node knows of that have not been included in a block.
/node/transaction-pool
Boolean representing whether or not to include tips, partialFee, and priority in each extrinsic.
successful operation
curl -L \ --url 'https://dot-playbook.nownodes.io/node/transaction-pool'
{ "pool": [ { "hash": "text", "encodedExtrinsic": "text", "tip": "text", "priority": "text", "partialFee": "text" } ] }