-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sat values to address response (#3809) #4101
Conversation
Not sure how this test failure is related... |
I think that was just an intermittent failure. |
We already have the |
Sure, this just returns the sat value of each individual UTXO, since we already have that information, it's just all added together currently. Does that makes sense? |
Getting individual utxo values would be super helpful and mimics esplora more closely @raphjaph |
This is what the |
We're currently running ord 0.21.0 in production, and that endpoint doesn't seem to be working. Locally against regtest I see it working on 0.21.3. Is that API new, or do you think our server might be misconfigured? |
Ah, I see in the release notes this new outputs API just came out last month in 0.21.3. Thanks, that should do just fine! |
Perfect! |
Returns the sat value of each individual output in the address response. See issue: #3809