Bitcoin Forum

Other => Meta => Topic started by: bitmover on May 11, 2023, 08:52:36 PM



Title: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 11, 2023, 08:52:36 PM
Bitcoin BlockData API to use in Bitcointalk as Images

I 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.html

Using 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 endpoint

Instead 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
Code:
[img]https://bitcoindata.science/api/transaction.php?id=15e10745f15593a899cef391191bdd3d7c12412cc4696b7bcb669d0feadc8521[/img]
https://bitcoindata.science/api/transaction.php?id=15e10745f15593a899cef391191bdd3d7c12412cc4696b7bcb669d0feadc8521 (https://bitcoindata.science/bitcointalk-api.html#transaction)


Bitcoin Mempool Fees


Requesting the recommend fees (data from mempool.space).

Code:
https://bitcoindata.science/api/bitcoinfees.php

https://bitcoindata.science/api/bitcoinfees.php (https://bitcoindata.science/bitcointalk-api.html#bitcoin-fees)


Address Balance endpoint

Post the updated balance of any address, in any currency you like.

Example: Requesting the balance of address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNain EUR.

Code:
[img]https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa&currency=EUR[/img]
https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa&currency=EUR (https://bitcoindata.science/bitcointalk-api.html#address-balance)



Bitcoin Price to local currency endpoint

Post 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

Code:
[img]https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=0.1&currency=BRL&hex=872cc3&bold[/img]
https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=0.1&currency=BRL&hex=872cc3&bold (https://bitcoindata.science/bitcointalk-api.html#local-price)



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!


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: Husires on May 12, 2023, 06:31:03 AM
I'm happy with the effort you're making to make things simpler, but manual editing means I need to bookmark this page and come back to it whenever I need code, so using some scripts like the one below would be very helpful.


https://talkimg.com/images/2023/05/10/msedge_7bHLnl7tph8fdbbc2c847cfb7d.png

Install here: https://greasyfork.org/en/scripts/465886-bitcointalk-image-upload-button-talkimg


If the image here for input and output is in tabular form, it's easier to follow. like blockchair.com Wallet statement

Code:
[img]https://bitcoindata.science/api/transaction.php?id=15e10745f15593a899cef391191bdd3d7c12412cc4696b7bcb669d0feadc8521[/img]


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: LoyceV on May 12, 2023, 07:18:57 AM
I had to test this for a large transaction:
https://bitcoindata.science/api/transaction.php?id=578192ddad82a884907940b482d7a1eb81f7f478f1f4292d939045d6a0e5e13a
I'm not disappointed! Update: okay, a bit: the image doesn't always load. My guess: API-limits on mempool.space?

Suggestions:
  • Remove the empty space under the data.
  • Use GIF instead of PNG (it's slightly smaller)
  • Crazy idea: use animated gif, without infinite loop (so loop once). Show "Created by Bitcoindata.science" for a few seconds, then make it disappear until reloading


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: ABCbits on May 12, 2023, 09:56:07 AM
Nice tool. This could make discussion about specific TXID/address easier. But IMO it'd be better if BBcode generated by your page lead to web page of the source data (e.g. to mempool.space/tx/64_CHARACTER_HEX).



Test with transaction which makes Ordinal popular.

Default BB tag,
https://bitcoindata.science/api/transaction.php?id=0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0ae (https://bitcoindata.science/bitcointalk-api.html#transaction)

Replace url to mempool.space website,
https://bitcoindata.science/api/transaction.php?id=0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0ae (https://mempool.space/tx/0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0ae)


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 12, 2023, 09:01:44 PM
I'm happy with the effort you're making to make things simpler, but manual editing means I need to bookmark this page and come back to it whenever I need code, so using some scripts like the one below would be very helpful.

Although this looks useful, I don't know how many people would use it. It has a total of 4 downloads..

Personally,  I think add-ons and extensions a bit invasive and I don't like to install them  only when need such as an adblock.
I will think about your suggestion.

I had to test this for a large transaction:

You always make good stress tests, but I was ready now.  I tested with chipmixer campaign transactions.

Quote
Suggestions:
  • Remove the empty space under the data.
  • Use GIF instead of PNG (it's slightly smaller)
  • Crazy idea: use animated gif, without infinite loop (so loop once). Show "Created by Bitcoindata.science" for a few seconds, then make it disappear until reloading

I removed the space, only margins now. (Edit: still big white bottom in long transactions.  I will check later...)

I researched about png x gif, and saw this:

Quote
PNG files almost always offer better compression and a reduced file size compared to GIF. The PNG format also supports variable transparency and millions of colors while GIF only supports 256 colors and does not offer alpha channels. For online use, the only scenario where GIF files are appropriate instead of PNG is animations.
https://www.diffen.com/difference/GIF_vs_PNG

Which leads me to your third suggestion:

Nice tool. This could make discussion about specific TXID/address easier. But IMO it'd be better if BBcode generated by your page lead to web page of the source data (e.g. to mempool.space/tx/64_CHARACTER_HEX).

As I want to somehow promote the documentation page, an animated gif would be a nice fix.
I will try to do so and add mempool.space  website as the link when it is done.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: LoyceV on May 13, 2023, 07:47:57 AM
I researched about png x gif, and saw this:

Quote
PNG files almost always offer better compression and a reduced file size compared to GIF. The PNG format also supports variable transparency and millions of colors while GIF only supports 256 colors and does not offer alpha channels. For online use, the only scenario where GIF files are appropriate instead of PNG is animations.
https://www.diffen.com/difference/GIF_vs_PNG
I tested it by converting one of the PNGs to GIF, and it was smaller. Using less colors doesn't matter for the quality of those images.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: pawanjain on May 14, 2023, 02:56:36 PM
Is it just me or the font color of the text in the image is actually blurry. I mean we have to pay more attention to it to see it clearly.
It would have been more easier if the font color was black rather than grey.
If @bitmover could do this change it would be great.

Great efforts though. Congratulations.

https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa&currency=USD


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 14, 2023, 03:10:48 PM
I tested it by converting one of the PNGs to GIF, and it was smaller. Using less colors doesn't matter for the quality of those images.

Converted to gif
I will study how to make animations in a few days.

Is it just me or the font color of the text in the image is actually blurry. I mean we have to pay more attention to it to see it clearly.
It would have been more easier if the font color was black rather than grey.

I agree black is better, however I need a color that will fit all users, and some of them use a dark background (even in the forum).


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: joker_josue on May 17, 2023, 12:24:50 AM
Fantastic tool. Saved.  ;)


I agree black is better, however I need a color that will fit all users, and some of them use a dark background (even in the forum).

Maybe endpoints could include text color option. This would allow anyone who wants to change to another color.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 17, 2023, 08:22:33 AM
I agree black is better, however I need a color that will fit all users, and some of them use a dark background (even in the forum).

Maybe endpoints could include text color option. This would allow anyone who wants to change to another color.

I even implemented this solution,  but I decoded to rollback.

The reason is that some users just make the forum background black. Those users will simple don't see the image if who posted uses ?color=black in the endpoint.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: joker_josue on May 17, 2023, 09:08:24 AM
The reason is that some users just make the forum background black. Those users will simple don't see the image if who posted uses ?color=black in the endpoint.

This is also true.

So I suggest using the green color as the standard color.
It is similar to what happens in the cinema area, which uses the green screen to adapt to any background that may be placed.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: dkbit98 on May 17, 2023, 06:57:56 PM
The reason is that some users just make the forum background black. Those users will simple don't see the image if who posted uses ?color=black in the endpoint.
Correct.
I think currently used neutral gray color is very good, unless someone is using exactly the same gray color shade for forum theme, but this would be very rear.
One easy alternative option is to use inverted colors in cases when images can't be seen.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: jokers10 on May 25, 2023, 05:32:41 PM
This tool looks useful for some cases so I've tried it today. And I can say that sometimes it works fast enough, but in some cases it appears too slow (and I guess during that time not everyone will understand clear enough that a picture is expected there). Sometimes it doesn't show at all like here.

https://www.talkimg.com/images/2023/05/25/bitcoindatab9df64f22c9c1af6.png

I guess it can be too heavy for a hosting it is hosted, especially if many users will start using it. Not criticizing, just sharing my experience.

As I said, the tool by itself looks useful. 👍


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: LoyceV on May 26, 2023, 09:49:25 AM
I guess it can be too heavy for a hosting it is hosted, especially if many users will start using it.
I'd guess the problem is with the API, not OP's hosting. If that's the case, maybe OP can temporarily cache data? It won't be real-time, but at least it will work all the time.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: logfiles on May 26, 2023, 11:24:05 AM
@bitmover Is it possible to implement truncating in case there are so many decimal zero's?

Like with this price
https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=3000&currency=USD (https://bitcoindata.science/bitcointalk-api.html#local-price)

Is it possible to have a feature/setting that removes or reduces the zeros to the nearest decimal non-zero figure?

79,362,000.000 USD could just be 79,362,000 USD


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: joker_josue on May 26, 2023, 01:13:42 PM
Suggestion: Add width and height tags to the image, to prevent the page size from changing after the image loads.

When it's just a line, it's not noticeable, but when it's a broader set of information, it's noticeable.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: LoyceV on May 26, 2023, 02:25:18 PM
Suggestion: Add width and height tags to the image, to prevent the page size from changing after the image loads.
That's only possible if the dimensions don't change.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: Little Mouse on May 26, 2023, 04:19:25 PM
Bitcoin Price to local currency endpoint
That's awesome! I have tried it with BDT but the price I'm getting isn't exactly the price it should be. Well, your given price is correct as per the USD rate you are using but we are following the price based on USDT and the difference between the USD price from Google and USDT price on fake P2P exchange has a difference of 6-7 BDT. Can you by any chance bring me the price based on that rate? Well, it's too much asking for free I think as I'm going to use it on a web page. This rate can be implemented everywhere but when we think about the true price of Bitcoin in BDT, there's no way to get it as per my concern. I wouldn't mind spending little funds depending on the cost size.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 27, 2023, 09:44:15 AM
I guess it can be too heavy for a hosting it is hosted, especially if many users will start using it.
I'd guess the problem is with the API, not OP's hosting. If that's the case, maybe OP can temporarily cache data? It won't be real-time, but at least it will work all the time.

There is a 30sec cache. I will take a look at different options.

@bitmover Is it possible to implement truncating in case there are so many decimal zero's?
Thank for pointing out.
I will check this 3 zero decimal point, which is wrong for usd. It must be 2. I will fix this next week.

Suggestion: Add width and height tags to the image, to prevent the page size from changing after the image loads.
That's only possible if the dimensions don't change.

It is a good idea to fix height for some endpoints (not all). Width is impossible.

This is prevent most layout shift. The problem is that this cannot be defined in the api, but in the forum user post only...

That's awesome! I have tried it with BDT but the price I'm getting isn't exactly the price it should be. Well, your given price is correct as per the USD rate you are using but we are following the price based on USDT and the difference between the USD price from Google and USDT price on fake P2P exchange has a difference of 6-7 BDT. Can you by any chance bring me the price based on that rate? Well, it's too much asking for free I think as I'm going to use it on a web page. This rate can be implemented everywhere but when we think about the true price of Bitcoin in BDT, there's no way to get it as per my concern. I wouldn't mind spending little funds depending on the cost size.

I am not sure if I understand. Is the BDT BTC price very different?
What is a good and reliable source of BDT BTC price?


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: Little Mouse on May 27, 2023, 11:17:14 AM
I am not sure if I understand. Is the BDT BTC price very different?
What is a good and reliable source of BDT BTC price?
According to your source, the current price of 1 BTC is-
https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=1&currency=BDT
It's 2.85 million BDT at the time of writing

But the actual price of BTC right now is- 26700*113= 3017000 or 3 million BDT. (Here's 113 is USDT to BDT conversion rate)
There's a difference of 150k BDT which is huge.

On the other hand, in Binance P2P, right now, 1 BTC = 3019000 which is slightly different from the actual price I have shared.

So, Binance P2P is the most accurate price for BDT. No one will sell you 1 BTC for the price your image is showing.
It would be a handy tool for us to be honest as there's no source which share the actual price in BDT, I repeat no source.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 27, 2023, 03:08:39 PM
Suggestion: Add width and height tags to the image, to prevent the page size from changing after the image loads.
That's only possible if the dimensions don't change.

It is a good idea to fix height for some endpoints (not all). Width is impossible.

This is prevent most layout shift. The problem is that this cannot be defined in the api, but in the forum user post only...

Added some fixed height here:
https://bitcoindata.science/bitcointalk-api.html

@bitmover Is it possible to implement truncating in case there are so many decimal zero's?
Thank for pointing out.
I will check this 3 zero decimal point, which is wrong for usd. It must be 2. I will fix this next week.

Reduced to 2 decimal points now.


But the actual price of BTC right now is- 26700*113= 3017000 or 3 million BDT. (Here's 113 is USDT to BDT conversion rate)
There's a difference of 150k BDT which is huge.

On the other hand, in Binance P2P, right now, 1 BTC = 3019000 which is slightly different from the actual price I have shared.

So, Binance P2P is the most accurate price for BDT. No one will sell you 1 BTC for the price your image is showing.

The problem is that in Bangladesh has a very specific situation where 1 BTC is worth more than it is worth in other countries, you have a high spread rate. I can just convert USD to BDT that the price is not accurate to your country.

Where can I follow BDTUSDT price? I couldnt find this price in binance. Do you have any other reliable price for USDT BDT pair?


Quote
It would be a handy tool for us to be honest as there's no source which share the actual price in BDT, I repeat no source.

The source of the information is in the API documentation.

Quote
Using blockchain data from mempool.space and price data from coingecko and exchange.host
https://bitcoindata.science/bitcointalk-api.html


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: Little Mouse on May 27, 2023, 03:20:33 PM
Where can I follow BDTUSDT price? I couldnt find this price in binance. Do you have any other reliable price for USDT BDT pair?
Here- https://p2p.binance.com/en/trade/sell/BTC?fiat=BDT&payment=ALL


Well, the problem is with USD rate vs USDT rate.

You are providing data based on USD rate while in our country, USD rate and USDT rate aren't the same. 1 USD based on the bank rate is 107 BDT while 1 USDT is now worth 113+ BDT. That's the difference.

Since we can't use Bank to buy BTC, there's no way of using USD directly. That's why we have to use USDT and the rate varies. I'm not an expert, so I'm not sure if you can get the price from Binance P2P (given link above). That's the actual price. Price in USD*BDT isn't the actual one.

My bad, I think it's too demanding from you since you are doing all these voluntarily. The point is if no one is willing to sell at the price, say X BDT, what's the point of saying 1 BTC is worth X BDT when it actually worths more?


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: joker_josue on May 27, 2023, 05:17:42 PM
Since we can't use Bank to buy BTC, there's no way of using USD directly. That's why we have to use USDT and the rate varies. I'm not an expert, so I'm not sure if you can get the price from Binance P2P (given link above). That's the actual price. Price in USD*BDT isn't the actual one.

But, the price in P2P is always higher than the real bitcoin price. I am of the opinion that the reference should never be the price in P2P.

Now, if that peer doesn't officially exist, then yes, you can use P2P. But the reference should always be the official quote and not the P2P quote.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on May 29, 2023, 11:46:09 AM
Since we can't use Bank to buy BTC, there's no way of using USD directly. That's why we have to use USDT and the rate varies. I'm not an expert, so I'm not sure if you can get the price from Binance P2P (given link above). That's the actual price. Price in USD*BDT isn't the actual one.

But, the price in P2P is always higher than the real bitcoin price. I am of the opinion that the reference should never be the price in P2P.

Now, if that peer doesn't officially exist, then yes, you can use P2P. But the reference should always be the official quote and not the P2P quote.



We had a similar problem in Brazil about 5-6 years ago. Bitcoin was about 5-10% more expensive here compared to USD price.

The point is that the p2p option is probably the only option, joker_josue.



Little Mouse, I believe I have solved BDT problem:

Tether (USDT) price:
Code:
[url=https://bitcoindata.science/bitcointalk-api.html#local-price][img height=16]https://bitcoindata.science/api/localprice.php?coin=tether&amount=1&currency=BDT[/img][/url]
https://bitcoindata.science/api/localprice.php?coin=tether&amount=1&currency=BDT (https://bitcoindata.science/bitcointalk-api.html#local-price)

Bitcoin (BTC) price:
Code:
[url=https://bitcoindata.science/bitcointalk-api.html#local-price][img height=16]https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=1&currency=BDT[/img][/url]
https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=1&currency=BDT (https://bitcoindata.science/bitcointalk-api.html#local-price)

Using data from binance p2p.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: LoyceV on August 04, 2023, 06:32:43 PM
Can you add OP_RETURN data to the image?
For this transaction (https://blockchair.com/bitcoin/transaction/f1ee79c8d442b7531a63726ac6d2994d17cc825c505928d9f524d9a310e31e9f):
https://bitcoindata.science/api/transaction.php?id=f1ee79c8d442b7531a63726ac6d2994d17cc825c505928d9f524d9a310e31e9f
I'd like to see this:
https://loyce.club/other/mixinsafe8.png


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on August 05, 2023, 02:09:33 PM
Can you add OP_RETURN data to the image?
For this transaction (https://blockchair.com/bitcoin/transaction/f1ee79c8d442b7531a63726ac6d2994d17cc825c505928d9f524d9a310e31e9f):
https://bitcoindata.science/api/transaction.php?id=f1ee79c8d442b7531a63726ac6d2994d17cc825c505928d9f524d9a310e31e9f

Done!
Thanks for you suggestion!!

Looks like this message is badly decoded , even in other block explorers. Is this the message you are expecting to see?

Code:
D.@M ."


Another examples:

https://bitcoindata.science/api/transaction.php?id=c2b5eea3e485a284ed9c7fad814e69fa6f23aff26ac0176c6262a80e3ca04691

https://bitcoindata.science/api/transaction.php?id=c282cff017132fc15d2625bcb2eb5ee24101de30956171109e6a7017ef477878


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: LoyceV on August 06, 2023, 11:38:00 AM
Thanks for you suggestion!!
Thanks! It's a good improvement :)

Quote
Looks like this message is badly decoded , even in other block explorers. Is this the message you are expecting to see?

Code:
D.@M ."
That's what I get when I copy it from Blockchair. But when I just look at it, it looks like this:
Code:
D.@M ."
I'd say it's fine. At least it's now clear there's something, and it's up to the viewer to dig deeper.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on August 17, 2023, 09:47:25 PM
New feature: colors and font bold.

Example: Requesting the price of 0.1 bitcoin in EUR.
Using bold and purple color, just and parameters &hex=872cc3 and &bold

Code:
[img]https://bitcoindata.science/api/localprice.php?amount=0.1&currency=EUR&hex=872cc3&bold[/img]
https://bitcoindata.science/api/localprice.php?amount=0.1&currency=EUR&hex=872cc3&bold (https://bitcoindata.science/bitcointalk-api.html#local-price)

And Orange and bold
Code:
https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa&hex=ffa500&bold

https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa&hex=ffa500&bold

those new parameters works in all API.

Details in documentation.


https://talkimg.com/images/2023/08/17/MSYQ1.png (https://bitcoindata.science/bitcointalk-api.html#local-price)
https://bitcoindata.science/bitcointalk-api.html#local-price


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on August 22, 2023, 05:48:36 PM
I have some free time this week, I am open for new ideas and suggestions in this api

What kind of data would you like to see in this api?

Do you guys think a charts could be useful? Maybe I could do some charts, like a price chart, always updated.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: joker_josue on August 22, 2023, 06:52:11 PM
Was it possible to turn the image into a gif and have the option to go through the last 3 or 4 transactions?

Like that:
https://bitcoindata.science/api/addressbalance.php?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa&hex=ffa500&bold
date, transaction1 +1 BTC
5 seconds later
date, transaction2 -0.5 BTC
5 seconds later
date, transaction2 -0.0001 BTC


Something somewhat simple, but interesting.


Title: Re: [TOOL] Bitcoin data API to use in bitcointalk as images
Post by: bitmover on October 05, 2023, 04:05:16 PM
updated the transaction API to show coinbase transaction data:

https://bitcoindata.science/api/transaction.php?id=ea735afb0ca265332c1e51cae366b1cca2a9aa2d4bbc80e101e6fb6cdcd4fcf7 (https://bitcoindata.science/bitcointalk-api.html#transaction)


Was it possible to turn the image into a gif and have the option to go through the last 3 or 4 transactions?

In my TODO list :)