when requesting the entire pool from all shards or only one specific shard, this operation may return "operation not allowed", in case it is disabled from proxy's configuration
successful operation
const response = await fetch('https://egld.nownodes.io/transaction/pool', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "regularTransactions": [ {} ], "rewards": [ {} ], "smartContractResults": [ {} ] } }