Skip to main content
GET
/
stats
Retrieve high-level asset statistics
curl --request GET \
  --url https://api.dexpaprika.com/stats
{
  "chains": 12,
  "factories": 54,
  "pools": 23456,
  "tokens": 8920
}

Endpoint overview

Get high-level counts and coverage information across the platform.
See also: Networks, Pools

FAQs

High‑level counts for networks, DEXes, pools, and tokens available on DexPaprika.
Stats are rebuilt periodically; values reflect the latest successful aggregation.
Yes. Many users poll it to confirm platform availability and catalog growth.

Response

successful operation

chains
integer

Count of blockchain networks supported.

factories
integer

Count of DEX factories or protocols recognized.

pools
integer

Count of liquidity pools available.

tokens
integer

Count of tokens recognized across all networks.