Post
Topic
Board Development & Technical Discussion
Re: How Grab 100 Latest Bitcoin Trasactions | Confimmed or Not Confirmmed
by
Vort3x.Layers
on 29/07/2021, 17:27:08 UTC
I need a simple url to grab json or html from it.
Form the other thread no body introduce such this url.
Confirmed | Not Confirmed transactions is not important.
I am c# developer.
When i send a request with HttpWebRequest to https://www.blockchain.com/explorer several times this site blocks my ip.
Also when i send a request with HttpWebRequest to https://mempool.space it returns nothing as response.

Quote
If you need confirmed transactions, then go grab the latest block and check the order of it. The order is almost always arbitrary and is irrelevant of the timestamp that it was first seen by the miner.
Would you please show me urls for that?
I want to repeat this job every 10 minutes and grab new 100 TXs.
Here is the process :
1- Firs of all i need 100 latest TXs > Confirmed | Not Confirmed with details - Details mean i need btc amount + output bitcoin address related to that tx.
So imagine how many requests should i send to that api or url for garb details.
2- Repeat level 1 after 10 minutes again for new 100 TXs.

So which api or url can i use without ban issue?