CEXs
CEX public market APIs, fees, and markets
This is CoinEel's centralized exchange reference: direct public market APIs, spot market endpoints, rate-limit evidence, maker/taker fee notes, access quirks, and implementation status. These notes use original exchange sources only.
103CEX pages
59implemented APIs
11fee notes started
How to read this
Use the base URL plus the listed endpoint path. Public market endpoints here do not require API keys unless stated otherwise. Numeric rate limits are published only when an official source has been verified.
| Venue | Base URL | Market and ticker endpoints | Access and structure | Fees | Rate-limit evidence | Updated | Checked |
|---|---|---|---|---|---|---|---|
| Binance Implemented |
https://api.binance.com |
GET /api/v3/exchangeInfoGET /api/v3/ticker/24hr |
Public REST, no authentication for spot market data. Public endpoints are officially documented but may be unavailable from restricted jurisdictions or IP ranges. Direct access is geo-blocked from this verification environment, so not marked implemented. | Not verified yet. | Official docs publish request weights and rate-limit types; direct public REST probe returned 451 from this environment. https://developers.binance.com/docs/binance-spot-api-docs | https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints | https://developers.binance.com/docs/binance-spot-api-docs/rest-api/limits | https://api.binance.com/api/v3/exchangeInfo | https://api.binance.com/api/v3/ticker/24hr |
2026-06-02 | 2026-06-02 |
| Coinbase Implemented |
https://api.exchange.coinbase.com |
GET /productsGET /products/BTC-USD/stats |
Public REST, no authentication for spot market data. 24h stats are product-specific, so enumerate products first. | Not verified yet. | Official REST rate limits use lazy-fill token buckets; market data APIs are public. https://docs.cdp.coinbase.com/exchange/introduction/welcome | https://docs.cdp.coinbase.com/exchange/rest-api/market-data | https://docs.cdp.coinbase.com/exchange/rest-api/rate-limits | https://api.exchange.coinbase.com/products | https://api.exchange.coinbase.com/products/BTC-USD/stats | https://status.exchange.coinbase.com/ |
2026-06-02 | 2026-06-02 |
| Upbit Implemented |
https://api.upbit.com |
GET /v1/market/allGET /v1/ticker?markets=KRW-BTC |
Public REST, no authentication for spot market data. Ticker endpoint requires one or more markets from the market list. | Not verified yet. | Official quotation API limits are documented and Remaining-Req headers are used. https://global-docs.upbit.com/ | https://global-docs.upbit.com/reference/list-trading-pairs | https://global-docs.upbit.com/reference/ticker | https://global-docs.upbit.com/reference/rate-limits | https://api.upbit.com/v1/market/all | https://api.upbit.com/v1/ticker?markets=KRW-BTC |
2026-06-02 | 2026-06-02 |
| OKX Implemented |
https://www.okx.com/api/v5 |
GET /api/v5/public/instruments?instType=SPOTGET /api/v5/market/tickers?instType=SPOT |
Public REST, no authentication for spot market data. Responses use a data envelope. Spot rows are filtered to live instruments. | Not verified yet. | Official v5 docs publish per-endpoint limits by endpoint, IP, user, and instrument where applicable. https://www.okx.com/docs-v5/en/ | https://www.okx.com/docs-v5/en/#public-data-rest-api-get-instruments | https://www.okx.com/docs-v5/en/#order-book-trading-market-data-get-tickers | https://www.okx.com/docs-v5/en/#overview-rate-limit | https://www.okx.com/api/v5/public/instruments?instType=SPOT | https://www.okx.com/api/v5/market/tickers?instType=SPOT |
2026-06-02 | 2026-06-02 |
| Bybit Implemented |
https://api.bybit.com |
GET /v5/market/instruments-info?category=spotGET /v5/market/tickers?category=spot |
Public REST, no authentication for spot market data. Use category=spot to avoid mixing derivatives instruments. | Not verified yet. | Official v5 docs publish endpoint limits and rate-limit headers. https://bybit-exchange.github.io/docs/v5/intro | https://bybit-exchange.github.io/docs/v5/market/instrument | https://bybit-exchange.github.io/docs/v5/market/tickers | https://bybit-exchange.github.io/docs/v5/rate-limit | https://api.bybit.com/v5/market/instruments-info?category=spot | https://api.bybit.com/v5/market/tickers?category=spot |
2026-06-02 | 2026-06-02 |
| Bitget Implemented |
https://api.bitget.com |
GET /api/v2/spot/public/symbolsGET /api/v2/spot/market/tickers |
Public REST, no authentication for spot market data. Ticker rows expose base, quote, and USDT-normalized volume fields. | Not verified yet. | Official docs publish endpoint frequencies; spot public market endpoints are IP-rate-limited. https://www.bitget.com/api-doc/common/intro | https://www.bitget.com/api-doc/spot/market/Get-Symbols | https://www.bitget.com/api-doc/spot/market/Get-Tickers | https://www.bitget.com/api-doc/common/rate-limit | https://api.bitget.com/api/v2/spot/public/symbols | https://api.bitget.com/api/v2/spot/market/tickers |
2026-06-02 | 2026-06-02 |
| Gate.io Implemented |
https://api.gateio.ws/api/v4 |
GET /api/v4/spot/currency_pairsGET /api/v4/spot/tickers |
Public REST, no authentication for spot market data. Spot pair rows include trade_status; tickers include bid, ask, base volume, and quote volume. | Not verified yet. | Official APIv4 docs publish frequency-limit rules and endpoint-level limits. https://www.gate.com/docs/developers/apiv4/en/ | https://www.gate.com/docs/developers/apiv4/en/#list-all-currency-pairs-supported | https://www.gate.com/docs/developers/apiv4/en/#retrieve-ticker-information | https://www.gate.com/docs/developers/apiv4/en/#frequency-limit-rule | https://api.gateio.ws/api/v4/spot/currency_pairs | https://api.gateio.ws/api/v4/spot/tickers |
2026-06-02 | 2026-06-02 |
| KuCoin Implemented |
https://api.kucoin.com |
GET /api/v2/symbolsGET /api/v1/market/allTickers |
Public REST, no authentication for spot market data. WebSocket server URL is normally obtained with bullet-public before connecting. | Not verified yet. | Official docs publish resource-pool rate limits and endpoint weights. https://www.kucoin.com/docs-new | https://www.kucoin.com/docs-new/rest/spot-trading/market-data/get-symbols-list | https://www.kucoin.com/docs-new/rest/spot-trading/market-data/get-all-tickers | https://www.kucoin.com/docs-new/rate-limit | https://api.kucoin.com/api/v2/symbols | https://api.kucoin.com/api/v1/market/allTickers |
2026-06-02 | 2026-06-02 |
| MEXC Implemented |
https://api.mexc.com |
GET /api/v3/exchangeInfoGET /api/v3/ticker/24hr |
Public REST, no authentication for spot market data. Uses a Binance-style exchangeInfo and 24h ticker shape. | Not verified yet. | Official Spot v3 docs publish IP request weights and endpoint weights. https://www.mexc.com/api-docs/spot-v3/introduction | https://www.mexc.com/api-docs/spot-v3/market-data-endpoints | https://www.mexc.com/api-docs/spot-v3/general-info | https://api.mexc.com/api/v3/exchangeInfo | https://api.mexc.com/api/v3/ticker/24hr |
2026-06-02 | 2026-06-02 |
| HTX Implemented |
https://api.huobi.pro |
GET /v1/common/symbolsGET /market/tickers |
Public REST, no authentication for spot market data. HTX spot API still uses legacy huobi.pro hostnames in official docs. | Not verified yet. | Official API/support pages publish endpoint and UID/IP limits. https://www.htx.com/en-us/opend/newApiPages/ | https://www.htx.com/en-us/opend/newApiPages/?id=7ec4d5e4-7773-11ed-9966-0242ac110003 | https://www.htx.com/support/900001168066 | https://api.huobi.pro/v1/common/symbols | https://api.huobi.pro/market/tickers |
2026-06-02 | 2026-06-02 |
| Crypto.com Implemented |
https://api.crypto.com |
GET /exchange/v1/public/get-instrumentsGET /exchange/v1/public/get-tickers |
Public REST, no authentication for exchange instruments and tickers. CoinEel filters to currency-pair instruments and ignores derivatives. | Not verified yet. | Numeric public market rate limit not yet verified from official Crypto.com Exchange docs. https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html |
2026-06-01 | 2026-06-02 |
| Bitfinex Implemented |
https://api-pub.bitfinex.com/v2 |
GET /v2/conf/pub:list:pair:exchangeGET /v2/tickers?symbols=ALL |
Public REST, no authentication for spot market data. Pair metadata endpoint returns exchange pairs and requires normalization. | Not verified yet. | Official docs publish public REST and websocket throttling requirements. https://docs.bitfinex.com/docs | https://docs.bitfinex.com/reference/rest-public-conf | https://docs.bitfinex.com/reference/rest-public-tickers | https://docs.bitfinex.com/docs/requirements-and-limitations | https://api-pub.bitfinex.com/v2/conf/pub:list:pair:exchange | https://api-pub.bitfinex.com/v2/tickers?symbols=ALL |
2026-06-02 | 2026-06-02 |
| BingX Implemented |
https://open-api.bingx.com |
GET /openApi/spot/v1/common/symbolsGET /openApi/spot/v1/ticker/24hr |
Public REST, no authentication for spot market data. Pair IDs are uppercase base-quote. CoinEel uses lastPrice, bidPrice, askPrice, volume, quoteVolume, and percent-formatted priceChangePercent. | Not verified yet. | Official spot docs publish request-frequency rules; public market endpoints do not require API keys. https://bingx-api.github.io/docs/ | https://bingx-api.github.io/docs/#/en-us/spot/market-api.html | https://bingx-api.github.io/docs/#/en-us/spot/introduce | https://open-api.bingx.com/openApi/spot/v1/common/symbols | https://open-api.bingx.com/openApi/spot/v1/ticker/24hr |
2026-06-02 | 2026-06-02 |
| Kraken Implemented |
https://api.kraken.com |
GET /0/public/AssetPairsGET /0/public/Ticker?pair=XBTUSD |
Public REST, no authentication for spot market data. Ticker endpoint can be pair-specific or can query a list built from AssetPairs. | Not verified yet. | Official docs publish separate public, private, and trading rate limits. https://docs.kraken.com/api/ | https://docs.kraken.com/api/docs/rest-api/get-tradable-asset-pairs/ | https://docs.kraken.com/api/docs/rest-api/get-ticker-information/ | https://docs.kraken.com/api/docs/guides/spot-rest-ratelimits/ | https://api.kraken.com/0/public/AssetPairs | https://api.kraken.com/0/public/Ticker?pair=XBTUSD | https://status.kraken.com/ |
2026-06-02 | 2026-06-02 |
| Binance TR Queued - manual confirmation required |
https://www.binance.tr |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Symbol metadata is documented but not confirmed accessible from CoinEel; all-market REST 24h ticker was not directly confirmed. Public REST access is blocked or permission-gated for the verifying client, so this is not a fully verified public spot API. | Not verified yet. | Official docs exist, but CoinEel public REST probes returned API-key, IP, or permission errors. https://www.binance.tr/apidocs/ | https://www.binance.tr/open/v1/common/symbols | https://stream-cloud.binance.tr/ws/!miniTicker@arr | https://www.binance.tr |
2026-06-02 | 2026-06-02 |
| BitMart Implemented |
https://api-cloud.bitmart.com |
GET /spot/v1/symbols/detailsGET /spot/quotation/v3/tickers |
Public REST, no authentication for spot market data. Ticker rows are array-shaped; CoinEel maps bid, ask, last, base volume, and quote volume by position. | Not verified yet. | Official docs publish endpoint-specific rate limits and websocket limits. https://developer-pro.bitmart.com/en/spot/ | https://developer-pro.bitmart.com/en/spot/#get-trading-pair-details-v1 | https://developer-pro.bitmart.com/en/spot/#get-v3-ticker | https://developer-pro.bitmart.com/en/spot/#rate-limit | https://api-cloud.bitmart.com/spot/v1/symbols/details | https://api-cloud.bitmart.com/spot/quotation/v3/tickers |
2026-06-02 | 2026-06-02 |
| LBank Implemented |
https://api.lbkex.com |
GET /v2/currencyPairs.doGET /v2/ticker/24hr.do?symbol=all |
Public REST, no authentication for spot market data. Official docs use lbkex hostnames while the brand site is lbank.com. | Not verified yet. | Official docs describe request limits and public spot market endpoints. https://www.lbank.com/docs/ | https://www.lbank.com/docs/index.html#market | https://www.lbank.com/docs/index.html#request-limit | https://api.lbkex.com/v2/currencyPairs.do | https://api.lbkex.com/v2/ticker/24hr.do?symbol=all |
2026-06-02 | 2026-06-02 |
| Bitstamp Implemented |
https://www.bitstamp.net/api/v2 |
GET /api/v2/trading-pairs-info/GET /api/v2/ticker/btcusd/ |
Public REST, no authentication for spot market data. Ticker endpoint is pair-specific; iterate trading-pairs-info. | Not verified yet. | Official docs publish request-limit policy; public market endpoints are unauthenticated. https://www.bitstamp.net/api/ | https://www.bitstamp.net/api/#tag/Market-info | https://www.bitstamp.net/api/#section/Request-limits | https://www.bitstamp.net/api/v2/trading-pairs-info/ | https://www.bitstamp.net/api/v2/ticker/btcusd/ |
2026-06-02 | 2026-06-02 |
| Bithumb Implemented |
https://api.bithumb.com |
GET /v1/market/allGET /v1/ticker?markets=KRW-BTC |
Public REST, no authentication for spot market data. Ticker endpoint requires markets parameter. | Not verified yet. | Official docs publish request limits and public quotation endpoints. https://apidocs.bithumb.com/ | https://apidocs.bithumb.com/reference/%EA%B1%B0%EB%9E%98%EC%A2%85%EB%AA%A9-%EC%A1%B0%ED%9A%8C | https://apidocs.bithumb.com/reference/ticker | https://api.bithumb.com/v1/market/all | https://api.bithumb.com/v1/ticker?markets=KRW-BTC |
2026-06-02 | 2026-06-02 |
| XT Implemented |
https://sapi.xt.com |
GET /v4/public/symbolGET /v4/public/ticker/24h |
Public REST, no authentication for symbol and 24h ticker endpoints. Pair IDs are lowercase base_quote. CoinEel uses close price c, base volume q, quote volume v, and change ratio cr. | Not verified yet. | Numeric public market rate limit not yet verified from official XT docs. https://doc.xt.com/ |
2026-06-01 | 2026-06-02 |
| Tokocrypto Queued - partial docs verified |
https://www.tokocrypto.com |
GET /open/v1/common/symbolsGET ticker endpoint not implemented yet |
Public REST, no authentication for spot market data. All-market mini-ticker is documented as a WebSocket stream, but an all-market public REST 24h ticker endpoint was not verified. Missing verified all-market REST 24h ticker endpoint. | Not verified yet. | Official docs and CoinEel verification confirm symbol metadata, but no all-market REST 24h ticker endpoint was verified. https://www.tokocrypto.com/apidocs/ | https://www.tokocrypto.com/open/v1/common/symbols | https://stream-cloud.tokocrypto.com/ws/!miniTicker@arr | https://www.tokocrypto.com |
2026-06-02 | 2026-06-02 |
| bitFlyer Implemented |
https://api.bitflyer.com |
GET /v1/marketsGET /v1/getticker?product_code=BTC_JPY |
Public REST, no authentication for spot market data. Markets endpoint lists product_code rows; ticker is product-code-specific, so CoinEel enumerates spot markets and queries each ticker. | Maker: Not verified yet; taker: Not verified yet. | Official docs publish API limit guidance; CoinEel uses public market endpoints and existing host throttling. https://lightning.bitflyer.com/docs | https://lightning.bitflyer.com/docs#markets | https://lightning.bitflyer.com/docs#ticker | https://lightning.bitflyer.com/docs#api-limits | https://api.bitflyer.com/v1/markets | https://api.bitflyer.com/v1/getticker?product_code=BTC_JPY |
2026-06-02 | 2026-06-02 |
| Binance.US Implemented |
https://api.binance.us |
GET /api/v3/exchangeInfoGET /api/v3/ticker/24hr |
Public REST, no authentication for spot market data. US-only exchange; listed markets differ from global Binance. | Not verified yet. | Official docs publish exchangeInfo rateLimits and request-weight limits. https://docs.binance.us/ | https://docs.binance.us/#exchange-information | https://docs.binance.us/#24hr-ticker-price-change-statistics | https://docs.binance.us/#limits | https://api.binance.us/api/v3/exchangeInfo | https://api.binance.us/api/v3/ticker/24hr |
2026-06-02 | 2026-06-02 |
| Gemini Implemented |
https://api.gemini.com |
GET /v1/symbols/detailsGET /v1/pubticker/btcusd |
Public REST, no authentication for spot market data. Ticker endpoint is symbol-specific; iterate symbols/details. | Not verified yet. | Official rate-limit page publishes API request limits; public market-data endpoints are unauthenticated. https://developer.gemini.com/ | https://developer.gemini.com/trading/rest-api/market-data | https://developer.gemini.com/rate-limit | https://api.gemini.com/v1/symbols/details | https://api.gemini.com/v1/pubticker/btcusd | https://status.gemini.com/ |
2026-06-02 | 2026-06-02 |
| Toobit Queued - partial docs verified |
https://api.toobit.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official market-data docs were not sufficient to distinguish spot from derivatives endpoints for this row. Spot public market metadata and 24h ticker endpoints not verified from official sources. | Not verified yet. | Official API docs include basic request-limit information, but spot metadata and 24h spot ticker endpoint paths were not verified. https://api-docs.toobit.com/ | https://api-docs.toobit.com/api/basic-information.html | https://www.toobit.com |
2026-06-02 | 2026-06-02 |
| Pionex Implemented |
https://api.pionex.com |
GET /api/v1/common/symbolsGET /api/v1/market/tickers |
Public REST, no authentication for spot market data. Official public websocket base for spot market data was not verified. | Not verified yet. | Official docs publish API rate limits and public market endpoints. https://www.pionex.com/docs/api-docs/bot-api/general-info/introduction | https://www.pionex.com/docs/api-docs/bot-api/market-data/get-all-symbols | https://www.pionex.com/docs/api-docs/bot-api/market-data/get-market-tickers | https://www.pionex.com/docs/api-docs/bot-api/general-info/rate-limits | https://api.pionex.com/api/v1/common/symbols | https://api.pionex.com/api/v1/market/tickers |
2026-06-02 | 2026-06-02 |
| KCEX Skipped - no verified public API docs yet |
https://www.kcex.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified from original KCEX sources. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.kcex.com |
2026-06-02 | 2026-06-02 |
| Ourbit Skipped - no verified public API docs yet |
https://www.ourbit.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified from original Ourbit sources. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.ourbit.com |
2026-06-02 | 2026-06-02 |
| CoinW Implemented |
https://api.coinw.com |
GET market-data endpoint not implemented yetGET market-data endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until endpoint paths are rechecked in official CoinW docs. Public spot metadata and 24h ticker endpoint paths not captured with enough certainty. | Not verified yet. | Official docs have public spot market sections, but exact current metadata and all-market 24h ticker endpoint URLs were not verified. https://www.coinw.com/api-doc/en/common/introduction | https://www.coinw.com/api-doc/en/spot/market/market-list | https://www.coinw.com/api-doc/en/common/ratelimit | https://www.coinw.com |
2026-06-02 | 2026-06-02 |
| Deepcoin Queued - partial docs verified |
https://api.deepcoin.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official docs appear market-data oriented but spot-vs-derivatives coverage was not established for this row. Spot public market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official documentation was found, but endpoint type and rate-limit coverage for public spot metadata plus 24h ticker were not fully verified. https://www.deepcoin.com/docs/authentication | https://www.deepcoin.com/docs/DeepCoinMarket/getBaseInfo | https://www.deepcoin.com/docs/DeepCoinMarket/getTicker | https://www.deepcoin.com |
2026-06-02 | 2026-06-02 |
| BTCC Skipped - no verified public API docs yet |
https://www.btcc.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. BTCC is primarily promoted as a derivatives/futures trading venue; public spot API evidence was not verified. No official public unauthenticated spot metadata and 24h ticker API docs were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.btcc.com |
2026-06-02 | 2026-06-02 |
| Binance TH Queued - official docs need implementation |
https://api.binance.th |
GET /api/v3/exchangeInfoGET /api/v3/ticker/24hr |
Public REST, no authentication for spot market data. Thailand-specific market coverage and access rules apply. | Not verified yet. | Official docs follow Binance Spot-style request weights and limits. https://www.binance.th/api-docs/en/ | https://www.binance.th/api-docs/en/#exchange-information | https://www.binance.th/api-docs/en/#24hr-ticker-price-change-statistics | https://www.binance.th/api-docs/en/#limits | https://api.binance.th/api/v3/exchangeInfo | https://api.binance.th/api/v3/ticker/24hr |
2026-06-02 | 2026-06-02 |
| Biconomy.com Queued - partial docs verified |
https://www.biconomy.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Use only after checking the current official GitHub/API docs because endpoint paths and rate limits were not captured with certainty. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official GitHub API repository exists, but exact public spot metadata and 24h ticker endpoint paths were not verified in this pass. https://github.com/BiconomyOfficial/APIDocs | https://www.biconomy.com |
2026-06-02 | 2026-06-02 |
| CoinEx Implemented |
https://api.coinex.com |
GET /v2/spot/marketGET /v2/spot/ticker |
Public REST, no authentication for spot market data. Market rows include API-trading availability. Ticker value is used as quote-volume evidence. | Not verified yet. | Official v2 docs publish rate-limit rules; public spot market and ticker endpoints are unauthenticated. https://docs.coinex.com/api/v2/ | https://docs.coinex.com/api/v2/spot/market/http/list-market | https://docs.coinex.com/api/v2/spot/market/http/list-market-ticker | https://docs.coinex.com/api/v2/rate-limit | https://api.coinex.com/v2/spot/market | https://api.coinex.com/v2/spot/ticker |
2026-06-02 | 2026-06-02 |
| Zoomex Queued - manual confirmation required |
https://www.zoomex.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official API surface found was an API-management/application area, not public unauthenticated spot market-data docs. API access appears account/API-key application based; public spot metadata and 24h ticker endpoints not verified. | Not verified yet. | No public unauthenticated spot market API rate limit was verified. https://www.zoomex.com | https://www.zoomex.com/app/api-management |
2026-06-02 | 2026-06-02 |
| WEEX Queued - official docs need implementation |
https://api.weex.com |
GET /api/v2/spot/public/symbolsGET /api/v2/spot/market/tickers |
Public REST, no authentication for spot market data. Queued/manual verification: official docs exist, but all-market spot ticker response shape has not yet been verified by CoinEel. | Not verified yet. | Official spot docs publish access restrictions/rate information and public market endpoints. https://www.weex.com/api-doc/spot/QuickStart/AccessRestrictions | https://www.weex.com/api-doc/spot/Market-Data/Get-Symbols | https://www.weex.com/api-doc/spot/Market-Data/Get-Tickers | https://api.weex.com/api/v2/spot/public/symbols | https://api.weex.com/api/v2/spot/market/tickers |
2026-06-02 | 2026-06-02 |
| Bitunix Queued - partial docs verified |
https://www.bitunix.com |
GET /api/spot/v1/common/coin_pair/listGET ticker endpoint not implemented yet |
Public REST, no authentication for spot market data. Spot docs include latest price and K-line data, not a verified 24h ticker endpoint. Missing verified public 24h spot ticker endpoint. | Not verified yet. | Official spot docs verify trading-pair metadata and latest-price/K-line endpoints, but no public 24h spot ticker endpoint was verified. https://www.bitunix.com/api-docs/spots/en_us/public/ | https://www.bitunix.com/api/spot/v1/common/coin_pair/list | https://www.bitunix.com/api/spot/v1/market/last_price |
2026-06-02 | 2026-06-02 |
| BVOX Skipped - no verified public API docs yet |
https://www.bvox.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified from original BVOX sources. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.bvox.com |
2026-06-02 | 2026-06-02 |
| MGBX Implemented |
https://open.mgbx.com |
GET /spot/v1/p/symbol/configsGET /spot/v1/p/quotation/tickers |
Public REST, no authentication for spot market data. Symbol configs expose base/quote metadata and per-symbol maker/taker fee fields; tickers expose close price and 24h amount/volume. | Maker: Per-symbol in /spot/v1/p/symbol/configs; values observed from API.; taker: Per-symbol in /spot/v1/p/symbol/configs; values observed from API.. | No explicit official public rate-limit policy was verified for the current MGBX spot endpoints. https://apidoc.mgbx.com/en/ | https://apidoc.mgbx.com/en/spot/v1/rest.html | https://open.mgbx.com/spot/v1/p/symbol/configs | https://open.mgbx.com/spot/v1/p/quotation/tickers |
2026-06-02 | 2026-06-02 |
| Poloniex Implemented |
https://api.poloniex.com |
GET /marketsGET /markets/ticker24h |
Public REST, no authentication for spot market data. Market rows provide base/quote names and state. Ticker rows provide close, quantity, and amount. | Not verified yet. | Official spot docs publish request limits and public websocket restrictions. https://api-docs.poloniex.com/spot/api/ | https://api-docs.poloniex.com/spot/api/public/market-data | https://api-docs.poloniex.com/spot/api/#rate-limit | https://api.poloniex.com/markets | https://api.poloniex.com/markets/ticker24h |
2026-06-02 | 2026-06-02 |
| Hotcoin Queued - partial docs verified |
https://api.hotcoinfin.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official GitHub Pages docs should be checked manually before implementation. Public spot market metadata and 24h ticker endpoints not verified with sufficient certainty. | Not verified yet. | Official docs exist, but exact current public spot metadata and 24h ticker endpoint URLs were not verified with enough certainty. https://hotcoinex.github.io/en/spot/base.html | https://hotcoinex.github.io/en/spot/market.html | https://www.hotcoin.com |
2026-06-02 | 2026-06-02 |
| BigONE Implemented |
https://big.one/api |
GET /api/v3/asset_pairsGET /api/v3/asset_pairs/tickers |
Public REST, no authentication for spot market data. All-ticker endpoint can emit null bid or ask sides for some pairs; CoinEel preserves available price and volume fields. | Maker: Not verified yet; taker: Not verified yet. | Official general-info docs describe request constraints; exact public endpoint quotas may vary. https://open.big.one/docs/ | https://open.big.one/docs/spot_market_api.html | https://open.big.one/docs/general-info/ | https://big.one/api/v3/asset_pairs | https://big.one/api/v3/asset_pairs/tickers |
2026-06-02 | 2026-06-02 |
| Hibt Queued - partial docs verified |
https://api.hibt0.com/user-open-api |
GET /user-open-api/v1/common/symbolsGET ticker endpoint not implemented yet |
Public REST, no authentication for spot market data. Only latest trade price ticker was verified; no public 24h spot ticker endpoint was found in official Hibt docs. Missing verified 24h ticker endpoint; market metadata is available. | Not verified yet. | Official docs show /v1/common/symbols and latest-price ticker rate limits, but no public 24h ticker endpoint was verified. https://apidoc.hibt.co/hibt-openapi-en | https://api.hibt0.com/user-open-api/v1/common/symbols | https://api.hibt0.com/user-open-api/v1/market/ticker/price?symbol=BTCUSDT |
2026-06-02 | 2026-06-02 |
| OrangeX Implemented |
https://api.orangex.com/api/v1 |
GET /api/v1/public/cmc_spot_tickerGET /api/v1/public/cmc_spot_ticker |
Public REST, no authentication for spot ticker data. CoinEel currently uses the public CMC spot ticker object as both pair discovery and ticker source because it exposes spot pair IDs, prices, and volumes. | Maker: Not verified yet; taker: Not verified yet. | Explicit current public REST rate-limit documentation was not verified in the official OrangeX docs. https://openapi-docs.orangex.com/ | https://api.orangex.com/api/v1/public/cmc_spot_ticker |
2026-06-02 | 2026-06-02 |
| BloFin Queued - partial docs verified |
https://openapi.blofin.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. BloFin API documentation reviewed was not sufficient to confirm public spot CEX endpoints distinct from derivatives market data. Spot public market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official docs were found, but public spot metadata and 24h spot ticker endpoints were not verified. https://docs.blofin.com/ | https://blofin.com |
2026-06-02 | 2026-06-02 |
| BiFinance Skipped - no verified public API docs yet |
https://www.bifinance.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.bifinance.com |
2026-06-02 | 2026-06-02 |
| FameEX Queued - official docs need implementation |
https://api.fameex.com |
GET /sapi/v1/symbolsGET /sapi/v1/ticker/24hr |
Public REST, no authentication for spot market data. Directory candidate copied from the CEX API directory. CoinEel has not implemented this venue yet; official endpoint shape and rate limits still need verification. | Not verified yet. | Official spot docs publish rate-limit rules and public market endpoints. https://fameex-docs.github.io/docs/api/spot/en/ | https://fameex-docs.github.io/docs/api/spot/en/#market-data | https://fameex-docs.github.io/docs/api/spot/en/#rate-limit | https://api.fameex.com/sapi/v1/symbols | https://api.fameex.com/sapi/v1/ticker/24hr |
2026-06-02 | 2026-06-02 |
| Echobit Queued - manual confirmation required |
https://www.echobit.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official API access page appears to be an application or login flow; no public docs for unauthenticated spot market endpoints were verified. Requires API application or account access; public spot metadata and 24h ticker endpoints not verified. | Not verified yet. | No public unauthenticated spot market API rate limit was verified. https://www.echobit.com | https://www.echobit.com/apiApply |
2026-06-02 | 2026-06-02 |
| CoinUp.io Skipped - no verified public API docs yet |
https://www.coinup.io |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official API-doc page was identified, but no verifiable public spot metadata or 24h ticker endpoint content was captured. No official public unauthenticated spot metadata and 24h ticker endpoints verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.coinup.io/en_US/cms/apidoc | https://www.coinup.io |
2026-06-02 | 2026-06-02 |
| Azbit Skipped - no verified public API docs yet |
https://azbit.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://azbit.com |
2026-06-02 | 2026-06-02 |
| Bitvavo Implemented |
https://api.bitvavo.com/v2 |
GET /v2/marketsGET /v2/ticker/24h |
Public REST, no authentication for spot market data. CoinEel verified both public unauthenticated endpoints directly. | Not verified yet. | Official docs publish per-IP and per-key rate limits and remaining-weight headers. https://docs.bitvavo.com/docs/rest-overview/ | https://docs.bitvavo.com/docs/rest-api/ | https://docs.bitvavo.com/docs/rate-limits/ | https://api.bitvavo.com/v2/markets | https://api.bitvavo.com/v2/ticker/24h | https://status.bitvavo.com/ |
2026-06-02 | 2026-06-02 |
| Coincheck Queued - partial docs verified |
https://coincheck.com/api |
GET market-data endpoint not implemented yetGET /api/ticker |
Public REST, no authentication for spot market data. A public ticker endpoint is documented, but full spot market metadata/all-pairs support was not verified from official docs. Missing verified market metadata endpoint. | Not verified yet. | Official API page documents a public ticker, but complete public spot market metadata and per-endpoint rate-limit coverage were not verified. https://coincheck.com/documents/exchange/api | https://coincheck.com/api/ticker | https://status.coincheck.com/ |
2026-06-02 | 2026-06-02 |
| WhiteBIT Implemented |
https://whitebit.com/api/v4 |
GET /api/v4/public/marketsGET /api/v4/public/ticker |
Public REST, no authentication for spot market data. CoinEel filters ticker rows to spot markets and ignores frozen markets for USD-volume inference. | Not verified yet. | Official docs publish public HTTP v4 limits; public market endpoints are unauthenticated. https://docs.whitebit.com/ | https://docs.whitebit.com/public/http-v4/ | https://docs.whitebit.com/public/http-v4/#limits | https://whitebit.com/api/v4/public/markets | https://whitebit.com/api/v4/public/ticker | https://status.whitebit.com/ |
2026-06-02 | 2026-06-02 |
| Phemex Queued - partial docs verified |
https://api.phemex.com |
GET /exchange/public/productsGET ticker endpoint not implemented yet |
Public REST, no authentication for spot market data. CoinEel verified products endpoint reachability; all-24h REST ticker must be reverified before marking complete. Missing reverified public all-24h REST ticker endpoint. | Not verified yet. | Official docs verify products and a websocket spot 24h subscription, but the all-24h REST ticker endpoint was not reverified as public REST. https://phemex-docs.github.io/ | https://github.com/phemex/phemex-api-docs/blob/master/Public-Spot-API-en.md | https://api.phemex.com/exchange/public/products | wss://ws.phemex.com |
2026-06-02 | 2026-06-02 |
| Tapbit Queued - partial docs verified |
https://openapi.tapbit.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until official spot market endpoints are manually confirmed. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official OpenAPI docs were identified, but exact public spot metadata and 24h ticker endpoints/rate limits were not verified. https://www.tapbit.com/openapi-docs/ | https://www.tapbit.com |
2026-06-02 | 2026-06-02 |
| UZX Skipped - no verified public API docs yet |
https://www.uzx.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.uzx.com |
2026-06-02 | 2026-06-02 |
| Coinstore Implemented |
https://api.coinstore.com/api |
GET /v1/market/tickersGET /v1/market/tickers |
Public REST, no authentication for ticker data. The public ticker list exposes symbol, bid, ask, close, base volume, and quote amount; CoinEel derives pairs from symbol suffixes. | Maker: Not verified yet; taker: Not verified yet. | Official OpenAPI docs exist, but exact current public endpoint rate limits were not verified. https://coinstore-openapi.github.io/en/ | https://api.coinstore.com/api/v1/market/tickers |
2026-06-02 | 2026-06-02 |
| HashKey Global Queued - official docs need implementation |
https://api-glb.hashkey.com |
GET /api/v1/exchangeInfoGET /api/v1/ticker/24hr |
Public REST, no authentication for spot market data. Global and Hong Kong HashKey venues use different domains and market coverage. | Not verified yet. | Official API docs publish limits and public market-data endpoints. https://hashkeyglobal-apidoc.readme.io/reference/introduction | https://hashkeyglobal-apidoc.readme.io/reference/exchangeinfo | https://hashkeyglobal-apidoc.readme.io/reference/24hr-ticker-price-change-statistics | https://hashkeyglobal-apidoc.readme.io/reference/limits | https://api-glb.hashkey.com/api/v1/exchangeInfo | https://api-glb.hashkey.com/api/v1/ticker/24hr |
2026-06-02 | 2026-06-02 |
| Zaif Queued - production access blocked |
https://api.zaif.jp |
GET /api/1/currency_pairs/allGET /api/1/ticker/btc_jpy |
Public REST, no authentication for spot market data. Local public REST probes worked, but the production server received HTTP 403 from /api/1/currency_pairs/all on 2026-06-02. CoinEel keeps the adapter callable by name, but excludes it from scheduled all-venue collection until server access is reliable. | Maker: Not verified yet; taker: Not verified yet. | Official ReadTheDocs public API docs describe public endpoint usage; exact current numeric public rate limits are not verified. https://zaif-api-document.readthedocs.io/ | https://zaif-api-document.readthedocs.io/ja/latest/PublicAPI.html | https://api.zaif.jp/api/1/currency_pairs/all | https://api.zaif.jp/api/1/ticker/btc_jpy |
2026-06-02 | 2026-06-02 |
| LATOKEN Implemented |
https://api.latoken.com |
GET /v2/tickerGET /v2/ticker |
Public REST, no authentication for spot ticker data. Ticker rows include symbol, base/quote currency IDs, best bid/ask, last price, and 24h amount/volume. CoinEel derives listed pairs from ticker symbols. | Maker: Not verified yet; taker: Not verified yet. | Official API docs exist, but current numeric public rate-limit detail still needs verification. https://api.latoken.com/doc/v1/ | https://api.latoken.com/v2/ticker |
2026-06-02 | 2026-06-02 |
| P2B Implemented |
https://api.p2pb2b.com |
GET /api/v2/public/marketsGET /api/v2/public/tickers |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses official public markets and all-tickers endpoints. | Not verified yet. | Official docs exist, but current rate-limit policy was not verified. https://docs.p2pb2b.com/ | https://api.p2pb2b.com/api/v2/public/markets | https://api.p2pb2b.com/api/v2/public/tickers | https://p2pb2b.com |
2026-06-02 | 2026-06-02 |
| YUBIT Skipped - no verified public API docs yet |
https://www.yubit.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.yubit.com |
2026-06-02 | 2026-06-02 |
| Bitrue Implemented |
https://www.bitrue.com/api |
GET market-data endpoint not implemented yetGET market-data endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until official current endpoint paths are manually confirmed. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official API docs exist, but exact public spot metadata and 24h ticker endpoints/rate limits were not verified in this pass. https://www.bitrue.com/api-docs | https://www.bitrue.com |
2026-06-02 | 2026-06-02 |
| BitradeX Skipped - no verified public API docs yet |
https://www.bitradex.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.bitradex.com |
2026-06-02 | 2026-06-02 |
| Bitso Implemented |
https://api.bitso.com/v3 |
GET /v3/available_books/GET /v3/ticker/ |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses available_books plus the all-book ticker endpoint. | Not verified yet. | Official docs describe throttling/general API concepts; public market endpoints are unauthenticated. https://docs.bitso.com/bitso-api/docs/api-overview | https://docs.bitso.com/bitso-api/reference/available-books | https://docs.bitso.com/bitso-api/reference/ticker | https://docs.bitso.com/bitso-api/docs/general-concepts | https://api.bitso.com/v3/available_books/ | https://api.bitso.com/v3/ticker/ | https://status.bitso.com/ |
2026-06-02 | 2026-06-02 |
| Coinone Implemented |
https://api.coinone.co.kr |
GET /public/v2/markets/KRWGET /public/v2/ticker_new/KRW |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Current implementation covers the documented KRW public market set. | Not verified yet. | Official docs publish public API and rate-limit guidance. https://docs.coinone.co.kr/ | https://docs.coinone.co.kr/reference/public-api | https://docs.coinone.co.kr/reference/rate-limit | https://api.coinone.co.kr/public/v2/markets/KRW | https://api.coinone.co.kr/public/v2/ticker_new/KRW |
2026-06-02 | 2026-06-02 |
| Websea Implemented |
https://oapi.websea.com |
GET /v1/spot/symbolsGET /v1/spot/24kline_list |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. The 24kline_list endpoint provides current 24h ticker-style price and volume data. | Not verified yet. | Official docs specify global API-key/IP limits and endpoint-level rules. https://webseaex.github.io/en/ | https://webseaex.github.io/en/spot/market.html | https://webseaex.github.io/en/spot/rate-limit.html | https://oapi.websea.com/v1/spot/symbols | https://oapi.websea.com/v1/spot/24kline_list |
2026-06-02 | 2026-06-02 |
| Dex-Trade Implemented |
https://api.dex-trade.com |
GET /v1/public/symbolsGET /v1/public/tickers |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Ticker rows include last price and base 24h volume. | Not verified yet. | Official docs exist, but explicit current rate-limit policy was not verified. https://docs.dex-trade.com/ | https://api.dex-trade.com/v1/public/symbols | https://api.dex-trade.com/v1/public/tickers | https://dex-trade.com |
2026-06-02 | 2026-06-02 |
| CrypFine Skipped - no verified public API docs yet |
https://www.crypfine.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.crypfine.com |
2026-06-02 | 2026-06-02 |
| AscendEX Implemented |
https://ascendex.com/api/pro/v1 |
GET /api/pro/v1/productsGET /api/pro/v1/ticker |
Public REST, no authentication for spot market data. Ticker endpoint may require symbol for some forms; use products endpoint to enumerate spot products. | Not verified yet. | Official docs publish rate-limit rules for public and private endpoints. https://ascendex.github.io/ascendex-pro-api/ | https://ascendex.github.io/ascendex-pro-api/#market-data | https://ascendex.github.io/ascendex-pro-api/#rate-limit | https://ascendex.com/api/pro/v1/products | https://ascendex.com/api/pro/v1/ticker |
2026-06-02 | 2026-06-02 |
| Bitkub Implemented |
https://api.bitkub.com |
GET /api/market/symbolsGET /api/market/ticker |
Public REST, no authentication for spot market data. CoinEel verified both public unauthenticated endpoints directly. | Not verified yet. | Official docs publish public API limits; market endpoints are unauthenticated. https://api.bitkub.com/ | https://api.bitkub.com/docs/api/market | https://api.bitkub.com/docs/rate-limits | https://api.bitkub.com/api/market/symbols | https://api.bitkub.com/api/market/ticker | https://status.bitkub.com/ |
2026-06-02 | 2026-06-02 |
| Bitbank Implemented |
https://api.bitbank.cc/v1 |
GET /v1/spot/pairsGET /v1/ticker/btc_jpy |
Public REST, no authentication for spot market data. Ticker endpoint is pair-specific; enumerate spot pairs first. | Not verified yet. | Official GitHub API docs describe request limits and public endpoints. https://github.com/bitbankinc/bitbank-api-docs | https://github.com/bitbankinc/bitbank-api-docs/blob/master/rest-api.md | https://api.bitbank.cc/v1/spot/pairs | https://api.bitbank.cc/v1/ticker/btc_jpy |
2026-06-02 | 2026-06-02 |
| CoinChief Skipped - no verified public API docs yet |
https://www.coinchief.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://coinchief.com |
2026-06-02 | 2026-06-02 |
| BTSE Implemented |
https://api.btse.com/spot |
GET /spot/api/v3.2/market_summaryGET /spot/api/v3.2/market_summary |
Public REST, no authentication for spot market data. market_summary can provide market and ticker-like data; confirm separate symbol metadata fields during implementation. | Not verified yet. | Official BTSE docs exist, but exact rate-limit details should be verified before production use. https://support.btse.com/en/support/solutions/articles/43000044751-btse-api | https://btsecom.github.io/docs/spot/en/ | https://api.btse.com/spot/api/v3.2/market_summary |
2026-06-02 | 2026-06-02 |
| Luno Implemented |
https://api.luno.com |
GET /api/exchange/1/marketsGET /api/1/tickers |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses the exchange markets endpoint and all-tickers endpoint; ticker data does not include native 24h percent change. | Not verified yet. | Official docs publish rate limits; public market endpoints are unauthenticated. https://www.luno.com/en/developers/api | https://api.luno.com/api/exchange/1/markets | https://api.luno.com/api/1/tickers | https://status.luno.com/ |
2026-06-02 | 2026-06-02 |
| BitMEX Skipped - not verified spot CEX |
https://www.bitmex.com/api/v1 |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Official REST API is centered on instruments and derivatives trading; no separate public CEX spot metadata plus 24h ticker endpoints were verified. Not verified as a public spot CEX market-data source for this list. | Not verified yet. | Official API docs publish REST/websocket limits, but the verified API surface is derivative-instrument oriented. https://www.bitmex.com/app/restAPI | https://status.bitmex.com/ | https://www.bitmex.com |
2026-06-02 | 2026-06-02 |
| Backpack Exchange Implemented |
https://api.backpack.exchange |
GET /api/v1/marketsGET /api/v1/tickers |
Public REST, no authentication for spot market data. CoinEel verified both public unauthenticated endpoints directly. | Not verified yet. | Official docs and direct official endpoints verify public unauthenticated markets and tickers; support FAQ says default REST limit is 2000 requests per minute per subaccount and historical endpoints 30 per minute. https://docs.backpack.exchange/ | https://support.backpack.exchange/exchange/api-and-developer-docs/faqs | https://api.backpack.exchange/api/v1/markets | https://api.backpack.exchange/api/v1/tickers | https://status.backpack.exchange/ |
2026-06-02 | 2026-06-02 |
| HashKey Exchange Queued - partial docs verified |
https://www.hashkey.com/en-US |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not confuse this regional venue with HashKey Global, which has separate API docs and hostnames. Public spot market metadata and 24h ticker endpoints not verified with sufficient certainty for HashKey Exchange. | Not verified yet. | Official HashKey Exchange docs exist, but exact public unauthenticated spot metadata and 24h ticker endpoints were not verified for the regional exchange. https://hashkeypro-apidoc.readme.io/ | https://www.hashkey.com |
2026-06-02 | 2026-06-02 |
| BtcTurk Implemented |
https://api.btcturk.com |
GET /api/v2/server/exchangeinfoGET /api/v2/ticker |
Public REST, no authentication for exchange info and ticker rows. ExchangeInfo exposes numerator/denominator symbols and status. Ticker rows include last, bid, ask, volume, and dailyPercent. | Not verified yet. | BtcTurk lists public endpoint URLs in official docs; numeric public REST limits were not verified on the public endpoints page. https://docs.btcturk.com/docs/public-endpoints/all-public-endpoints |
2026-06-01 | 2026-06-02 |
| C-Patex Skipped - no verified public API docs yet |
https://c-patex.com/en |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://c-patex.com |
2026-06-02 | 2026-06-02 |
| PointPay Queued - partial docs verified |
https://exchange.pointpay.io |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Use only after manual review of current official GitBook endpoint pages. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official developer documentation exists, but public spot market metadata and 24h ticker endpoints/rate limits were not verified. https://pointpay.gitbook.io/base/documentation/developers/exchange-api-documentation | https://pointpay.io |
2026-06-02 | 2026-06-02 |
| VOOX Exchange Skipped - no verified public API docs yet |
https://www.voox.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. No official public unauthenticated spot API docs or public spot metadata and 24h ticker endpoints were verified. | Not verified yet. | No official public spot API rate-limit documentation verified. https://www.voox.com |
2026-06-02 | 2026-06-02 |
| Bit2Me Queued - partial docs verified |
https://api.bit2me.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until current official Trading Spot REST endpoint pages are checked. Public spot market metadata and 24h ticker endpoints not verified with sufficient certainty. | Not verified yet. | Official API documentation exists, but exact public spot metadata and 24h ticker endpoints were not verified in this pass. https://api.bit2me.com/ | https://api.bit2me.com/trading-spot-rest | https://status.bit2me.com/ | https://bit2me.com |
2026-06-02 | 2026-06-02 |
| MAX Exchange Implemented |
https://max-api.maicoin.com/api/v3 |
GET /api/v3/marketsGET /api/v3/ticker?market=btctwd |
Public REST, no authentication for spot market data. Ticker endpoint is market-specific; CoinEel enumerates markets and queries each market ticker. | Maker: Not verified yet; taker: Not verified yet. | Official API docs publish request limits and public market endpoints. https://max.maicoin.com/documents/api?lang=en | https://max-api.maicoin.com/api/v3/markets | https://max-api.maicoin.com/api/v3/ticker?market=btctwd |
2026-06-02 | 2026-06-02 |
| CEX.IO Implemented |
https://cex.io/api |
GET /api/currency_limitsGET /api/tickers/USD/EUR/GBP |
Public REST, no authentication for spot market data. currency_limits is the verified public market/limits metadata source; tickers endpoint is grouped by quote currencies rather than a single all-market path. | Not verified yet. | Official docs publish a rate-limit section; market-data endpoints are public. https://docs.cex.io/ | https://cex.io/api/currency_limits | https://cex.io/api/tickers/USD/EUR/GBP | https://status.cex.io/ |
2026-06-02 | 2026-06-02 |
| Mercado Bitcoin Implemented |
https://api.mercadobitcoin.net/api/v4 |
GET /api/v4/symbolsGET /api/v4/tickers?symbols=BTC-BRL,ETH-BRL |
Public REST, no authentication for spot market data. Ticker endpoint requires a symbols query; CoinEel chunks symbols from /symbols and queries tickers in batches. | Maker: Not verified yet; taker: Not verified yet. | API site exists; exact current public rate-limit policy still needs verification. https://api.mercadobitcoin.net/ | https://api.mercadobitcoin.net/api/v4/symbols | https://api.mercadobitcoin.net/api/v4/tickers?symbols=BTC-BRL,ETH-BRL | https://status.mercadobitcoin.com.br/ |
2026-06-02 | 2026-06-02 |
| BitoPro Implemented |
https://api.bitopro.com/v3 |
GET /v3/provisioning/trading-pairsGET /v3/tickers |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses official trading-pairs metadata and all-tickers data. | Not verified yet. | Official GitHub API docs publish public endpoints and request limits. https://github.com/bitoex/bitopro-official-api-docs | https://api.bitopro.com/v3/provisioning/trading-pairs | https://api.bitopro.com/v3/tickers | https://www.bitopro.com |
2026-06-02 | 2026-06-02 |
| Korbit Implemented |
https://api.korbit.co.kr |
GET /v2/currencyPairsGET /v2/tickers |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses public v2 currency-pair metadata and all tickers. | Not verified yet. | Official docs exist; exact current rate-limit values should be revalidated before production use. https://docs.korbit.co.kr/index_en.html | https://api.korbit.co.kr/v2/currencyPairs | https://api.korbit.co.kr/v2/tickers | https://www.korbit.co.kr |
2026-06-02 | 2026-06-02 |
| Koinbay Queued - partial docs verified |
https://www.koinbay.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until the current official endpoint pages are reviewed. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official docs were identified, but public spot metadata and 24h ticker endpoints were not verified with sufficient certainty. https://docs.koinbay.com/api/api-basic-information | https://www.koinbay.com |
2026-06-02 | 2026-06-02 |
| OKJ Queued - official docs need implementation |
https://www.okj.com/api/v5 |
GET /api/v5/public/instruments?instType=SPOTGET /api/v5/market/tickers?instType=SPOT |
Public REST, no authentication for spot market data. Japan-specific exchange; do not substitute global OKX markets. | Not verified yet. | Official OKJ docs use OKX-style v5 limits; public market endpoints are unauthenticated. https://dev.okcoin.jp/ | https://www.okj.com/api/v5/public/instruments?instType=SPOT | https://www.okj.com/api/v5/market/tickers?instType=SPOT | https://www.okj.com |
2026-06-02 | 2026-06-02 |
| Indodax Implemented |
https://indodax.com |
GET /api/pairsGET /api/summaries |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Public summaries provide prices; public volume fields are not yet mapped into normalized 24h volume. | Not verified yet. | Official GitHub API docs publish public endpoints; rate-limit detail should still be confirmed for production. https://github.com/btcid/indodax-official-api-docs | https://github.com/btcid/indodax-official-api-docs/blob/master/Public-RestAPI.md | https://indodax.com/api/pairs | https://indodax.com/api/summaries | https://indodax.com |
2026-06-02 | 2026-06-02 |
| EXMO Implemented |
https://api.exmo.com/v1.1 |
GET /v1.1/pair_settingsGET /v1.1/ticker |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. WebSocket endpoint should be revalidated before production streaming use. | Not verified yet. | Official EXMO API/rate-limit pages publish public endpoint usage and API rate limits. https://exmo.com/en/api | https://api.exmo.com/v1.1/pair_settings | https://api.exmo.com/v1.1/ticker | https://exmo.com/blog/en/api/what-are-the-api-rate-limits/ | https://exmo.com |
2026-06-02 | 2026-06-02 |
| Paribu Queued - partial docs verified |
https://www.paribu.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until current official endpoint pages are reviewed. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official API docs exist, but public spot metadata and 24h ticker endpoints were not verified with enough certainty. https://docs.paribu.com/ | https://www.paribu.com |
2026-06-02 | 2026-06-02 |
| BitTrade Implemented |
https://api-cloud.bittrade.co.jp |
GET /v1/common/symbolsGET /market/tickers |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses BitTrade Huobi-style public symbols and tickers. | Not verified yet. | Official API docs exist; exact current rate-limit values should be manually confirmed. https://api-doc.bittrade.co.jp/ | https://api-cloud.bittrade.co.jp/v1/common/symbols | https://api-cloud.bittrade.co.jp/market/tickers | https://www.bittrade.co.jp |
2026-06-02 | 2026-06-02 |
| WOO X Queued - partial docs verified |
https://api.woox.io |
GET /v1/public/infoGET ticker endpoint not implemented yet |
Public REST, no authentication for spot market data. Do not substitute recent trades, orderbook, or kline endpoints as 24h ticker. 24h ticker endpoint not verified; market metadata is available. | Not verified yet. | Official docs publish API rate limits and public market metadata, but a public 24h spot ticker endpoint was not verified. https://developer.woox.io/api-reference/introduction | https://developer.woox.io/api-reference/endpoint/public_data | https://developer.woox.io/api-reference/rate_limits | https://api.woox.io/v1/public/info | https://woox.io |
2026-06-02 | 2026-06-02 |
| DigiFinex Implemented |
https://openapi.digifinex.com/v3 |
GET /v3/marketsGET /v3/ticker |
Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses public v3 markets and ticker endpoints. | Not verified yet. | Official spot docs publish public endpoints and request-limit guidance. https://docs.digifinex.com/en-ww/spot/v3/rest.html | https://github.com/DigiFinex/api | https://openapi.digifinex.com/v3/markets | https://openapi.digifinex.com/v3/ticker | https://www.digifinex.com |
2026-06-02 | 2026-06-02 |
| Tothemoon Queued - partial docs verified |
https://tothemoon.com |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Do not implement until current official endpoint pages are reviewed. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official docs were identified, but public spot market metadata and 24h ticker endpoints were not verified with sufficient certainty. https://docs.tothemoon.com/ | https://tothemoon.com |
2026-06-02 | 2026-06-02 |
| IndoEx Queued - partial docs verified |
https://api.indoex.io |
GET market-data endpoint not implemented yetGET ticker endpoint not implemented yet |
Public market-data access is not fully verified; CoinEel will not collect until direct unauthenticated endpoints are confirmed. Manual review of the official API page is required before implementation. Public spot market metadata and 24h ticker endpoints not verified from official docs. | Not verified yet. | Official API page exists, but public spot metadata and 24h ticker endpoint paths were not verified with sufficient certainty. https://api.indoex.io/tradeapi.html | https://www.indoex.io |
2026-06-02 | 2026-06-02 |
| Bullish Queued - official docs need implementation |
https://api.exchange.bullish.com |
GET /trading-api/v1/marketsGET /trading-api/v1/markets/BTCUSD/ticker |
Public REST, no authentication for spot market data. Ticker endpoint is market-symbol-specific; enumerate markets first. | Not verified yet. | Official docs publish rate limits; public market-data endpoints are available without trading authentication. https://docs.exchange.bullish.com/ | https://docs.exchange.bullish.com/reference/getmarkets | https://docs.exchange.bullish.com/reference/getmarketticker | https://docs.exchange.bullish.com/reference/rate-limits | https://api.exchange.bullish.com/trading-api/v1/markets | https://api.exchange.bullish.com/trading-api/v1/markets/BTCUSD/ticker | https://status.exchange.bullish.com/ |
2026-06-02 | 2026-06-02 |
| HitBTC Implemented |
https://api.hitbtc.com/api/3 |
GET /api/3/public/symbolGET /api/3/public/ticker |
Public REST, no authentication for spot market data. Symbol and ticker responses are object maps keyed by pair ID. CoinEel stores non-spot symbols as pair metadata but only emits ticker rows for spot pairs. | Not verified yet. | Official API docs publish rate limits; public spot market-data endpoints are unauthenticated. https://api.hitbtc.com/ | https://api.hitbtc.com/api/3/public/symbol | https://api.hitbtc.com/api/3/public/ticker | https://status.hitbtc.com/ |
2026-06-02 | 2026-06-02 |
| CoinDCX Implemented |
https://api.coindcx.com |
GET /exchange/v1/markets_detailsGET /exchange/ticker |
Public REST, no authentication for market details and ticker rows. Market details expose target/base currency fields, active status, and symbol IDs. CoinEel uses target_currency_short_name as base and base_currency_short_name as quote. | Not verified yet. | CoinDCX publishes API rate-limit tables in its official API docs; public ticker/market endpoints are no-auth and should be kept at conservative cadence unless official public limits are verified. https://docs.coindcx.com/ |
2026-06-01 | 2026-06-01 |
| NovaDAX Implemented |
https://api.novadax.com |
GET /v1/common/symbolsGET /v1/market/tickers |
Public REST, no authentication for spot market data. Public symbols expose base/quote/status. All-tickers exposes bid, ask, last, base volume, and quote volume. | Maker: Not verified yet; taker: Not verified yet. | Exact official numeric public rate limits still need verification. https://api.novadax.com/v1/common/symbols | https://api.novadax.com/v1/market/tickers |
2026-06-02 | 2026-06-02 |
| Buda Implemented |
https://www.buda.com/api/v2 |
GET /api/v2/marketsGET /api/v2/markets/btc-clp/ticker |
Public REST, no authentication for spot market data. Markets endpoint exposes base/quote, disabled flag, maker_fee, taker_fee, and per-market throttling. Ticker endpoint is market-specific. | Maker: Per-market maker_fee in /api/v2/markets; observed BTC-CLP maker fee 0.4.; taker: Per-market taker_fee in /api/v2/markets; observed BTC-CLP taker fee 0.8.. | Market rows expose max_orders_per_minute for trading; public market-data numeric rate limit still needs separate confirmation. https://www.buda.com/api/v2/markets | https://www.buda.com/api/v2/markets/btc-clp/ticker |
2026-06-02 | 2026-06-02 |
Example
curl -sS 'https://api.upbit.com/v1/ticker?markets=KRW-BTC,KRW-ETH'