Skip to content
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

Unspent transactions endpoint #68

Closed
cimm opened this issue May 5, 2014 · 3 comments
Closed

Unspent transactions endpoint #68

cimm opened this issue May 5, 2014 · 3 comments

Comments

@cimm
Copy link

cimm commented May 5, 2014

Does the Insight API offer an unspent transactions endpoint?

I can list the transactions linked with an address and there is a doubleSpentTxID but nothing that tells me if the transaction has been spent already if I am not mistaken.

I am looking for something similar to Blockchain.info's unspent endpoint but can loop over all transactions from a given address as well if there is no dedicated enpoint.

Thank you.

@cmgustavo
Copy link
Member

Yes, there is an unspent output by address (no transactions) with this format:

http://test.insight.is/api/addr/

/utxo

Will be added to the readme. Thank you.

@cimm
Copy link
Author

cimm commented May 5, 2014

Heaven! That's exactly what I was looking for @cmgustavo. Thank you for your extermly fast reply.

Yes, might be nice to add it to the readme, had no idea it was there. Should I keep this issue open until it's added? If not, feel free to close.

cmgustavo added a commit to cmgustavo/insight-api that referenced this issue May 5, 2014
@cimm
Copy link
Author

cimm commented May 5, 2014

Ha, one minute too late. Closing this one.

@cimm cimm closed this as completed May 5, 2014
matiu added a commit that referenced this issue May 7, 2014
pelim pushed a commit to bitalo/insight-api that referenced this issue Oct 20, 2014
jcvernaleo pushed a commit to decred/insight-api that referenced this issue Feb 7, 2016
little fix when finish historic_sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants