LiskArchive / lisk-mobile

📱 Lisk graphical user interface for mobile
https://lisk.com
GNU General Public License v3.0
102 stars 31 forks source link

Investigate on existing BTC open APIs #564

Closed reyraa closed 5 years ago

reyraa commented 5 years ago

There are many companies which develop and maintain BTC tools including wallets. Some of them provide open APIs which we can use to retrieve the account data and make transactions.

This ticket aims to gather a list of these open API providers to help decide which one to use.

altaywtf commented 5 years ago

There are several ready to use solutions like BlockCypher, Blockchain, and Blockexplorer. Some of them offer paid plans which increase the rate limit of the API requests. On the other hand, there are also ‘deploy your own node’ kind of solutions provided by projects like bitcore and bcoin.

Since we haven’t decided which solution to go for in the production yet, my opinion is to start development with blockchain, which provides a good API that includes both blockexplorer (address, transaction lookup) and transaction broadcast endpoints.