var Block = await web3.eth.getBlock(block_identifier = web3.eth.defaultBlock, full_transactions = true);
var transactions = Block.transactions;
This is how I get transactions on the BSC network, but how do I get transactions in a block with BEP-20 tokens? Like Paraswap?
I tried, but I don't understand how it can be traced