## blockchain.address.get\_mempool Return the unconfirmed transactions of a Bitcoin Cash or Nexa address. **Signature** > Function: > blockchain.address.get\_mempool(address, filter="include_\tokens") > > Version added: 1.4.3 > > - *address* > > The address as a Cash Address string (with or without prefix). > Legacy addresses (base58) are also supported. > > - *filter* > > Filter what utxos are included in the query. Valid filters are: > > - include\_tokens - Include all utxos > - tokens\_only - Only include token utxos > - exclude\_tokens - Only include utxos without tokens **Result** > As for [blockchain.scripthash.get_mempool](/protocol/blockchain/blockchain-scripthash-get_mempool.md)