cURL
curl -X GET "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day" \
-H "Authorization: Bearer <YOUR_API_KEY>"fetch("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day", { headers: { "Authorization": "Bearer <YOUR_API_KEY>"} })
.then(response => response.json())
.then(data => console.log(data))require('axios')
.get("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day", { headers: { Authorization: 'Bearer <YOUR_API_KEY>' } })
.then(response => console.log(response))require 'net/http'
uri = URI("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day")
req = Net::HTTP::Get.new(uri)
req["Authorization"] = "Bearer <YOUR_API_KEY>"
res = Net::HTTP.start(uri.hostname, uri.port, use_ssl: true) { |http| http.request(req) }
puts res.bodyimport requests
headers = {'Authorization': 'Bearer <YOUR_API_KEY>'}
url = "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day"
print(requests.get(url, headers=headers).json())<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner")
.header("Authorization", "Bearer <token>")
.asString();{
"status": {
"code": 200,
"message": "success"
},
"result": {
"window": "<string>",
"data": [
{
"datetime": "2026-06-14 00:00:00",
"netflow": 0.0004368,
"netflow_usd": 28.71056604,
"total_balance": 590769.77,
"total_balance_usd": 38830894046.92,
"active_addresses": 1
}
]
}
}Community-built Indicators
Satoshi-era miner
The flow, reserves, and active addresses count of Satoshi-era miner addresses. Flow and reserve data in BTC and USD terms.
GET
/
community
/
bitcoin-satoshi-era-miner
cURL
curl -X GET "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day" \
-H "Authorization: Bearer <YOUR_API_KEY>"fetch("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day", { headers: { "Authorization": "Bearer <YOUR_API_KEY>"} })
.then(response => response.json())
.then(data => console.log(data))require('axios')
.get("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day", { headers: { Authorization: 'Bearer <YOUR_API_KEY>' } })
.then(response => console.log(response))require 'net/http'
uri = URI("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day")
req = Net::HTTP::Get.new(uri)
req["Authorization"] = "Bearer <YOUR_API_KEY>"
res = Net::HTTP.start(uri.hostname, uri.port, use_ssl: true) { |http| http.request(req) }
puts res.bodyimport requests
headers = {'Authorization': 'Bearer <YOUR_API_KEY>'}
url = "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner?window=day"
print(requests.get(url, headers=headers).json())<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner")
.header("Authorization", "Bearer <token>")
.asString();{
"status": {
"code": 200,
"message": "success"
},
"result": {
"window": "<string>",
"data": [
{
"datetime": "2026-06-14 00:00:00",
"netflow": 0.0004368,
"netflow_usd": 28.71056604,
"total_balance": 590769.77,
"total_balance_usd": 38830894046.92,
"active_addresses": 1
}
]
}
}What it measures
Net daily movement of BTC into or out of wallets identified as belonging to Bitcoin’s earliest miners (2009–2012), excluding Satoshi (Patoshi) wallets.How to interpret it
Positive = receiving. Negative = sending outflows (potential selling). Sustained multi-day outflows = supply shock risk. Movement to exchange hot wallets = direct sell pressure. Movement to new addresses = ambiguous (could be OTC pre-sale staging or self-custody).Key thresholds
Any movement of 10+ year dormant coins = significant event requiring transaction tracing; Outflows to exchange hot wallets = immediate sell pressure; Outflows to newly created addresses = monitor closely for next hopHow to use it
Early warning system for rare supply shocks. When outflow detected, trace transaction destination: exchange vs. OTC vs. new self-custody to assess whether immediate sell pressure will result.Run this metric in CryptoQuant Analytics
Authorizations
For each API request, include the Authorization HTTP header with Bearer <YOUR_API_KEY>.
Query Parameters
Time interval for aggregation.
Starting time, formatted as YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.
Ending time, formatted as YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.
Maximum number of data rows to return. Ranges from 1 to 10,000.
Required range:
1 <= x <= 10000