stats: Global stats

API: coinranking.com:coinranking
Endpoint: /stats
Response format: application/json
Auth: none
Method: GET
Last Status: 200
Latency: 203ms

Description

Returns global cryptocurrency market statistics including total market cap, 24h volume, BTC dominance, and counts of coins/exchanges/markets.

From spec: Get global cryptocurrency market statistics including total market cap, 24h volume, and BTC dominance.

Usage Tips

- Updated in real-time as market conditions change - BTC dominance shows Bitcoin's percentage of total market cap - Returns counts for best performing and newest coins - Use for market overview dashboards and global metrics displays

Examples (1)

Get global cryptocurrency stats probe-gate

Demonstrates fetching global cryptocurrency market statistics for dashboard overview

curl 'https://api.coinranking.com/v2/stats'
import requests

resp = requests.get("https://api.coinranking.com/v2/stats")
data = resp.json()
import zingu_apis

api = zingu_apis.api("coinranking")
result = api.fetch("stats")

for item in result:
    print(item)
const resp = await fetch("https://api.coinranking.com/v2/stats");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 17:49:08.834995 200 203ms
2026-04-16 00:15:25.749788 200 200ms
2026-04-15 02:51:05.911081 200 206ms
2026-04-14 03:55:56.528974 200 359ms
2026-04-12 16:51:19.092828 200 195ms
2026-04-10 02:22:22.805728 200 964ms
2026-04-09 02:19:22.418042 200 230ms
2026-04-08 07:39:24.269796 200 220ms
2026-04-07 00:37:52.223435 200 214ms
2026-04-06 04:26:08.728144 200 270ms
2026-04-05 14:55:27.131179 200 261ms
2026-04-05 01:21:49.436992 200 221ms