Crypto Exchange API Change Tracker (27 Exchanges) | BJF
Cart 0

Crypto Exchange API Change Tracker

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.

Live tracker

Rows are colour coded by what happened on the most recent daily check:

Green: no change
Red: docs changed, review it
Amber: page could not be fetched
Blue: baseline captured

Live status is pulled from our monitoring sheet, refreshed once per day. If the table is blank, the feed is briefly updating, try again shortly.

Every exchange we monitor, with its official changelog

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

Why exchange API changes break trading bots

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 endpoints

A 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 types

A 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 limits

An 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 rules

A 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.

How the tracker works

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.

FAQ

What is a crypto exchange API change tracker?
It is a monitoring tool that watches the official API documentation and changelog pages of crypto exchanges and flags when any of them change. It gives bot developers and algorithmic traders an early warning that an exchange may have altered its API, before that change breaks a live integration.
Why do exchange API changes matter for arbitrage and trading bots?
Automated strategies depend on stable endpoints, field names, rate limits, and auth rules. A single quiet change can make a bot read the wrong price, get throttled, or lose access to private endpoints. Because the failure often shows up as bad data rather than a clean error, spotting the changelog entry early is the cheapest way to avoid a costly incident.
How often is the tracker updated?
Once per day. Each exchange page is checked and the status colour reflects the most recent daily run.
Which exchanges are monitored?
All 27 crypto exchanges that SharpTrader integrates with: Binance, Bitbank, Bitfinex, bitFlyer, BitMEX, Bittrex, Bitstamp, BTC-Alpha, Bybit, CEX.IO, CoinMetro, Crypto.com, Deribit, EXMO, Gate.io, GMO Coin, HitBTC, HTX, Independent Reserve, Kraken, KuCoin, MEXC, Nexo, OKX, Poloniex, SFOX, and YoBit. Bittrex is listed for completeness but shut down in December 2023.
What do the colours mean?
Green means no change since the last check. Red means the documentation changed and is worth reviewing. Amber means the page could not be fetched, so the result is inconclusive. Blue means a fresh baseline was just captured for that row.
Does SharpTrader handle exchange API changes for me?
SharpTrader maintains the exchange integrations so you do not have to track every API detail yourself. This public tracker is the same monitoring discipline we apply internally, shared openly so any trader can benefit from it.
Is the tracker free to use?
Yes. It is free and public. Bookmark this page and check it whenever you want a quick read on which venues have moved.

Stop babysitting exchange APIs

SharpTrader connects to all 27 exchanges above and keeps the integrations current, so your arbitrage runs while we track the plumbing.

Explore SharpTrader



<!– If your theme strips