I'm using a self-hosted Electrs instance. I want to retrieve all transactions in the mempool by address, but when I request GET /address/:address/txs/mempool, I only get transactions from the latest block. How can I fix this? Do I need to add something to the configuration?
Hi,
I'm using a self-hosted Electrs instance. I want to retrieve all transactions in the mempool by address, but when I request GET /address/:address/txs/mempool, I only get transactions from the latest block. How can I fix this? Do I need to add something to the configuration?
Thanks!