Bitcoin Forum
April 03, 2026, 07:19:56 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mining API?  (Read 124 times)
beaverbot (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 24, 2025, 07:28:22 PM
 #1

I'm trying to make a python script that scans in real time all minable SHA-256 coins and shows the price per coin, trade volume, difficulty, symbol, supply and any socials. Does anyone know any api's I can use to get this data?
FP91G
Legendary
*
Offline Offline

Activity: 2338
Merit: 1475


🧙‍♂️ #kycfree


View Profile
May 25, 2025, 05:00:31 PM
Merited by nc50lc (1)
 #2

I'm trying to make a python script that scans in real time all minable SHA-256 coins and shows the price per coin, trade volume, difficulty, symbol, supply and any socials. Does anyone know any api's I can use to get this data?

Take data from this site, but in the search make a selection by SHA256

https://www.hashrate.no/coins

You can get the price of the coin, the volume of trade, the symbol from coinmarketcap
https://coinmarketcap.com/api/documentation/v1/#

Take hashrate and difficulty from the pool https://miningpoolstats.stream/

..XyZ..
Newbie
*
Offline Offline

Activity: 87
Merit: 0


View Profile
May 29, 2025, 12:26:21 PM
 #3

Also, CoinGecko API is quite convenient, and new coins appear here faster than on CMC.

https://www.coingecko.com/en/api
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!