The read-only endpoints that power the public pages are open to use — no key required. They are rate-limited per IP and the shapes below may evolve with the product, so treat this as a beta API.
https://www.tethertracker.pro429. Responses are CDN-cached — polling faster than once a minute buys you nothing./api/recent-transactions) and alert APIs require a signed-in subscriber session and are not part of the public surface./api/tickerRecent high-value USDT transactions across tracked exchange wallets — the feed behind the homepage ticker.
[
{
"type": "inflow",
"label": "BINANCE",
"amount": "$25.0M",
"timestamp": 1751980800000
}
]/api/volumeUSDT 24-hour global trading volume (CoinGecko-sourced, cached 10 minutes).
{
"volume": 79200000000,
"formatted": "$79.2B",
"timestamp": 1751980800000
}/api/tether-marketcapUSDT market capitalization. When the upstream source is unreachable a fallback value is served with "isFallback": true.
{
"marketCap": 184210000000,
"formatted": "$184.2B",
"formattedFull": "$184,210,000,000"
}/api/usdt-supplyUSDT supply & issuance: market cap, circulating supply, 24h mint/burn from the Tether contract's Issue/Redeem events, and the ETH/TRON chain split. Fields are null when a chain source is unavailable.
{
"marketCap": 184210000000,
"circulatingSupply": 184370000000,
"minted24h": 0,
"burned24h": 0,
"netIssuance24h": 0,
"mintBurnAvailable": true,
"recentEvents": [],
"chainSupply": { "eth": 95080000000, "tron": 89290000000, "tronHolders": 74900000 },
"fetchedAt": "2026-07-08T22:00:00.000Z"
}/api/etf-flowsDaily net inflows/outflows and AUM for US spot BTC & ETH ETFs (30-day history). "available": false with a reason when the provider is unreachable.
{
"available": true,
"provider": "sosovalue",
"series": [
{
"symbol": "BTC",
"latestNet": 21400000,
"aum": 77260000000,
"points": [
{ "date": "2026-07-07", "netInflow": 21400000,
"totalNetAssets": 77260000000, "cumNetInflow": 41200000000 }
]
}
],
"fetchedAt": "2026-07-08T22:00:00.000Z"
}/api/screenerThe crypto screener's ranked coin list — the same data as the free /screener page.
| Query param | Values |
|---|---|
| category | gainers · losers · most_traded · trending · all (default gainers) |
| timeframe | 15m · 1h · 4h · 1d · 7d · 30d (default 1d) |
| search | Filter by coin name or symbol |
| page | 1–100 (default 1) |
| limit | 10–100 results per page (default 50) |
GET /api/screener?category=gainers&timeframe=1d&limit=10
Building something on this data? We'd like to hear about it — support@tethertracker.pro. Live pipeline health is on the status page.