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

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.