We provide public APIs for miners, pool-stats websites and third-party tools to use free of charge. Data refreshes every 60 seconds.
| Purpose | Endpoint |
|---|---|
| Coin List |
https://global.l6pool.com/api/v1/coins
|
| BTC Live Stats |
https://global.l6pool.com/api/v1/pool/stats?coin=BTC
|
| LTC Live Stats |
https://global.l6pool.com/api/v1/pool/stats?coin=LTC
|
| KAS Live Stats |
https://global.l6pool.com/api/v1/pool/stats?coin=KAS
|
| ETC Live Stats |
https://global.l6pool.com/api/v1/pool/stats?coin=ETC
|
| Hashrate Chart |
https://global.l6pool.com/api/v1/pool/hashrate/chart?coin=BTC
|
GET https://global.l6pool.com/api/v1/pool/stats?coin=BTC
{
"coin": "BTC",
"name": "Bitcoin",
"location": "SG",
"algo": "SHA256d",
"pool_hashrate": 2400000000000000000,
"pool_hashrate_text": "2.4 EH/s",
"network_hashrate": 912328289464864700000,
"network_hashrate_text": "912.33 EH/s",
"difficulty": 127450789715843,
"miners": 82650,
"workers": 16121,
"fee_percent": 1,
"reward_mode": "FPPS",
"min_payout": 0.005,
"payout_unit": "BTC",
"updated": 1789020000
}