electrs icon indicating copy to clipboard operation
electrs copied to clipboard

Unable to get UTXO of an address - /address/:address/utxo

Open nakul91 opened this issue 1 year ago • 8 comments

We are running a custom signet and using Electrs we have enabled the Mempool as well but we are facing issue when we try to get the UTXO for an address apart from this all the other API's seems to be working for example transactions api

nakul91 avatar Jun 22 '24 09:06 nakul91

Experiencing same bug. Any news on this issue?

Wreit avatar Oct 07 '24 11:10 Wreit

I think that you are running https://github.com/mempool/electrs or https://github.com/Blockstream/electrs... not this repository.

romanz avatar Oct 07 '24 14:10 romanz

At first I started with your repo on master branch. And there I firstly encountered this issue, then I tried mempool/elecrts and also there I had same problem.

Could you give me some direction, what I could be doing wrong, or what to check at least so I'm able to solve it?

Thanks 🙂

Wreit avatar Oct 07 '24 15:10 Wreit

IIUC you can use the following endpoint: https://mempool.space/api/address/1PuJjnF476W3zXfVYmJfGnouzFDAXakkL4/utxo https://blockstream.info/api/address/1PuJjnF476W3zXfVYmJfGnouzFDAXakkL4/utxo

romanz avatar Oct 07 '24 16:10 romanz

Yes I tried those endpoints from public api those are fine. I locally run bitcoind + electrs + mempool backend/frontend.

Every other local endpoint is working fine as it should but address/.../utxo is giving me some strange html response with 404 and I don't know why.

I also tried umbrel with bitcoind + electrs and it has same strange html error with 404.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/v1/address/1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY/utxo</pre>
</body>
</html>

Wreit avatar Oct 07 '24 19:10 Wreit

@nakul91 @Wreit May I ask, I have the same issue, and I tried umbrel + electrs and mempool. Same error. Have you solved this? I really hope you find the time to reply.

Cheers, AL

ALsJourney avatar Jan 02 '25 08:01 ALsJourney

Same problem Umbrel + Electrs + Mempool. Anyone solved the issue??

ivanetinajero avatar Apr 22 '25 05:04 ivanetinajero