explorer icon indicating copy to clipboard operation
explorer copied to clipboard

The question is about the integration API.

Open Demessfor opened this issue 5 years ago • 1 comments

Is it possible to implement or develop an API in the explorer - exactly like in https://github.com/owstack/btc-explorer-api with the same queries and query format? PS, unfortunately, all projects there are abandoned and do not work - there is a very shortage of such an API with all the teams and format as there. Thank you, have a nice day everyone.

Demessfor avatar Jan 17 '21 15:01 Demessfor

Admittedly I haven't gone through the exhaustive list, but yes, for the most part, this can be ported over. I guess the better question is, what are you missing from iquidus that you have here. Start with those apis, and then the conversation/investigation into porting them can be made.

For reference, iquidus has 2 basic categories of API: wallet/raw apis and computed apis. The wallet ones are simply a wrapper to send them to the coind. Computed ones are where we calculate based off of our database.

uaktags avatar Jan 17 '21 19:01 uaktags