v4.5.67
parruda/swarmv4.5.67Jul 19, 2026by github-actions[bot]
AI Summary
Changelog for ccxt focusing on new exchange APIs (Paradex, Polymarket), documentation updates, and bug fixes for Binance and Coinex.
Key Highlights
- Added Paradex APIs and updated Woo documentation references
- Added Polymarket tags support
- Fixed Binance position parsing when leverage is 0
- Fixed Coinex quote volume population from ticker 'value' field
- Updated documentation and pushed changelog to Telegram and Discord
New Features
- Paradex API integration
- Polymarket tags support
- Binance leverage = 0 position fix
- Coinex ticker value volume fix
Full Release Notes
## What's Changed * docs(woo): update @see, update docs by @sc0Vu in https://github.com/ccxt/ccxt/pull/29230 * feat(paradex): add apis, update @see by @sc0Vu in https://github.com/ccxt/ccxt/pull/29221 * chore: push changelog to tg and discord by @carlosmiei in https://github.com/ccxt/ccxt/pull/29234 * feat(polymarket): add tags support by @carlosmiei in https://github.com/ccxt/ccxt/pull/29235 * chore: try to speed up c# build by @carlosmiei in https://github.com/ccxt/ccxt/pull/29236 * fix(binance): parsePosition fix when leverage = 0 by @carlosmiei in https://github.com/ccxt/ccxt/pull/29245 * fix(coinex): populate quoteVolume from the ticker 'value' field by @mkzung in https://github.com/ccxt/ccxt/pull/29246 ## New Contributors * @mkzung made their first contribution in https://github.com/ccxt/ccxt/pull/29246 **Full Changelog**: https://github.com/ccxt/ccxt/compare/v4.5.66...v4.5.67