Bitcoin BlockData API to use in Bitcointalk as ImagesI have been working in this API for a few weeks, and I believe it is now ready to share with you guys.
The documentation is here:
https://bitcoindata.science/bitcointalk-api.htmlUsing blockchain data from mempool.space and price data from coingecko and exchange.host, it is now possible to share bitcoin data such as address balances and transactions as an image in bitcointalk.org or any other forum using our API. The data is always updated when reloaded.
I have made four endpoints.
Transaction Details endpointInstead of just posting the transaction ID, you can just use this end point to show all transaction details, including all inputs/outputs, confirmation status, block height, fee rate , etc
For example transaction id
15e10745f15593a899cef391191bdd3d7c12412cc4696b7bcb669d0feadc8521[img]https://bitcoindata.science/api/transaction.php?id=15e10745f15593a899cef391191bdd3d7c12412cc4696b7bcb669d0feadc8521[/img]

Bitcoin Mempool Fees Requesting the recommend fees (data from mempool.space).
https://bitcoindata.science/api/bitcoinfees.php

Address Balance endpointPost the updated balance of any address, in any currency you like.
Example: Requesting the balance of address
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNain
EUR.
[img]https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa¤cy=EUR[/img]

Bitcoin Price to local currency endpointPost the price of any amount of bitcoin in any fiat currency
Example: Requesting the price of
0.1 bitcoin in
BRL.
Using bold and purple color, just and parameters
&hex=872cc3 and &bold
[img]https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=0.1¤cy=BRL&hex=872cc3&bold[/img]

I hope those endpoints are useful for you. I believe the transaction endpoint is quite useful, as it has a lot of information which may be available without leaving the forum.
Please post suggestions or any bug you notice!