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

Response

200 - application/json
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.