A free daily tracker of API documentation and changelog updates across 27 crypto exchanges. Know the moment an exchange ships a breaking change, before it takes your bot offline.
Maintained by BJF Trading Group, the team behind SharpTrader arbitrage software. Updated every day.
If you run an arbitrage strategy, a market-making bot, or any automated execution across multiple venues, a silent API change is one of the most expensive things that can happen to you. An exchange deprecates an endpoint, renames a field, tightens a rate limit, or bumps a version, and suddenly your orders fail, your fills go stale, or your risk logic reads the wrong number. The exchange published a changelog. You just did not see it in time.
This tracker solves that. Every day it checks the official API documentation and changelog page of each exchange that SharpTrader connects to, and flags anything that changed since the previous day. Use it as an early warning system for your own integrations, or just to keep a pulse on how fast each venue moves.
Rows are colour coded by what happened on the most recent daily check:
The 27 venues below are the crypto exchanges SharpTrader integrates with over API. Bookmark the changelog links: these are the canonical pages each exchange uses to announce API changes, deprecations, and new versions.
| Exchange | Official API changelog or docs | Source type |
|---|---|---|
| Binance | Spot API changelog | Official changelog |
| Bitbank | GitHub CHANGELOG.md | Official changelog |
| Bitfinex | API changelog | Official changelog |
| bitFlyer | Lightning API docs | API docs |
| BitMEX | API changelog | Official changelog |
| Bittrex | Discontinued (Dec 2023) | No longer operating |
| Bitstamp | API docs | API docs |
| BTC-Alpha | API reference | API docs |
| Bybit | V5 changelog | Official changelog |
| CEX.IO | Spot trading API | API docs |
| CoinMetro | API docs (GitHub) | API docs |
| Crypto.com | Exchange v1 API | API docs |
| Deribit | API docs | API docs |
| EXMO | API docs | API docs |
| Gate.io | API v4 docs | API docs |
| GMO Coin | API docs | API docs |
| HitBTC | GitHub CHANGELOG.md | Official changelog |
| HTX | Spot API docs | API docs |
| Independent Reserve | API docs | API docs |
| Kraken | Change log | Official changelog |
| KuCoin | Change log | Official changelog |
| MEXC | Spot v3 change log | Official changelog |
| Nexo | Nexo Pro API docs | API docs |
| OKX | API v5 change log | Official changelog |
| Poloniex | Spot API changelog | Official changelog |
| SFOX | API docs | API docs |
| YoBit | API docs | API docs |
Automated strategies assume the venue behaves the way it did yesterday. When that assumption quietly breaks, the failure mode is rarely a clean error. It is a wrong number that flows straight into your order logic. Here is where it bites hardest.
Deprecated or renamed endpointsA venue retires a v1 endpoint or moves to a new version. Requests start returning 404s or empty payloads. An arbitrage engine that cannot read one leg of the book will either stop trading or, worse, trade on stale data. |
Changed field names or typesA price field switches from string to number, a timestamp changes from milliseconds to seconds, a side enum is renamed. Parsing silently produces the wrong value, and position sizing or spread detection goes with it. |
Tighter rate limitsAn exchange lowers request ceilings or adds new weight rules. A latency-sensitive strategy that was fine yesterday now gets throttled at the worst possible moment, during a fast market. |
New auth or signing rulesA change to signature schemes, required headers, or nonce handling can lock a bot out of private endpoints entirely. Orders and balances stop, even though market data still flows. |
Catching these on day one, rather than during a live incident, is the entire point of watching changelogs. For deeper background on the strategies affected, see our guides to crypto arbitrage, crypto arbitrage bots, and latency arbitrage.
Once per day, an automated job fetches each exchange’s changelog or API documentation page, strips out volatile markup such as scripts and per-request tokens, and fingerprints the meaningful content. It compares that fingerprint to the previous day. If it differs, the exchange changed something worth reading, and the row turns red. If a page cannot be reached, for example when a venue blocks automated requests, the row turns amber so you know the check was inconclusive rather than clean.
The highest confidence signals come from exchanges that publish a dedicated changelog file, such as Binance, Kraken, KuCoin, MEXC, OKX, Poloniex, Bybit, BitMEX, HitBTC, Bitfinex, and Bitbank. Venues that ship single page documentation are still tracked and act as a useful tripwire.
New articles, research papers, and product releases, delivered when we publish them.
SharpTrader connects to all 27 exchanges above and keeps the integrations current, so your arbitrage runs while we track the plumbing.
<!– If your theme strips