GET
/v1/statsSystem Statistics
Active markets, total snapshots, per-crypto breakdowns, live prices, and pipeline stats.
Response
200401403404500
Successful Response
Code Snippet
curl -X GET "https://api.resolvedmarkets.com/v1/stats" \ -H "X-API-Key: YOUR_API_KEY"
200
{
"active_markets": 16,
"total_snapshots": 695000,
"prices": {
"BTC": 67420.50,
"ETH": 3450.20,
"SOL": 142.80,
"XRP": 0.62
},
"per_crypto": [...]
}