Docs shell UI · API responses use meta / spot / derivatives / venues
Live reachability check across all 10 exchange public APIs. GET /api/status returns this data as JSON.
| Exchange | Status | HTTP | Latency | Ping endpoint |
|---|---|---|---|---|
| Binance | ok | 200 | 292 ms | https://api.binance.com/api/v3/ping |
| Bybit | ok | 200 | 226 ms | https://api.bybit.com/v5/market/time |
| OKX | ok | 200 | 274 ms | https://www.okx.com/api/v5/public/time |
| Deribit | ok | 200 | 82 ms | https://www.deribit.com/api/v2/public/test |
| Bitget | ok | 200 | 330 ms | https://api.bitget.com/api/v2/public/time |
| Coinbase | ok | 200 | 193 ms | https://api.exchange.coinbase.com/time |
| Kraken | ok | 200 | 115 ms | https://api.kraken.com/0/public/Time |
| KuCoin | ok | 200 | 347 ms | https://api.kucoin.com/api/v1/timestamp |
| Bitstamp | ok | 200 | 111 ms | https://www.bitstamp.net/api/v2/ticker/btcusd/ |
| Gate.io | ok | 200 | 1156 ms | https://api.gateio.ws/api/v4/spot/time |
The same data is available as a machine-readable endpoint:
GET/api/statusReturns 200 when all platforms are reachable, 207 when one or more fail. Includes summary, checkedAt, and per-platform platforms array.