Bb_getutxos returns UTXO that are already in the mempool

Is it possible to only receive UTXOs that are not in the mempool?
I’m using bb_getutxos RPC Method | Bitcoin Documentation

Hi @AlexBelichko

Yes, it is possible only to get the confirmed transactions. You have to set the confirmed: true boolean value.

This will only return the confirmed transactions and not the ones from the mempool.