Releases: coinpaprika/dexpaprika-sdk-python
Releases · coinpaprika/dexpaprika-sdk-python
v0.4.0 - Pool filter, top tokens, token filter, and batch prices
What's new
Four new API endpoints:
pools.filter()- Filter pools by volume,
liquidity, transactions, and creation datetokens.get_top()- Top tokens on a network ranked
by volume, price, or liquiditytokens.filter()- Filter tokens by volume,
liquidity, FDV, transactions, and creation datetokens.get_multi_prices()- Batch prices for up
to 10 tokens in one request
Other changes
- New Pydantic models:
PoolFilterResponse,TopToken,
TopTokenTimeMetrics,TopTokensResponse,
FilteredToken,TokenFilterResponse,TokenPrice - Extended
Poolmodel withvolume_usd_7d,
liquidity_usdfields - Extended
Tokenmodel withtype,status,
has_imagefields - Migrated Pydantic models from deprecated
class Config
toConfigDict - 34 tests passing against live API
Install / upgrade
pip install --upgrade dexpaprika-sdk
Full changelog
See CHANGELOG.md for details.