cURL
curl --request GET \ --url https://api.agentscore.sh/v1/stats
{ "wallets_scored": 123, "transactions_indexed": 123, "total_volume_usdc": 123, "verified_agents": 123, "chains_supported": [ "<string>" ], "model_version": "<string>", "last_sync_time": {} }
Ecosystem-level statistics and scoring metadata.
curl https://api.agentscore.sh/v1/stats
{ "wallets_scored": 37208, "transactions_indexed": 7254580, "total_volume_usdc": 1284350.42, "verified_agents": 17, "chains_supported": ["base", "ethereum"], "model_version": "v1", "last_sync_time": "2026-03-08T17:15:00Z" }