cURL
curl --request GET \ --url https://api.dexpaprika.com/stats
{ "chains": 12, "factories": 54, "pools": 23456, "tokens": 8920 }
Get high-level platform statistics including total networks, DEXes, pools, and tokens
What does the stats endpoint summarize?
How often does this update?
Is this suitable for health checks?
successful operation
Count of blockchain networks supported.
Count of DEX factories or protocols recognized.
Count of liquidity pools available.
Count of tokens recognized across all networks.
Was this page helpful?