-
Notifications
You must be signed in to change notification settings - Fork 24
Tickers
The number of available tickers is a moving target as various cryptocurrencies get listed and delisted from the various exchanges. This library focuses on active cryptourrencies, and as per 2024-07-05 there are 11591 available tickers. Below is a breakdown on the per exchange and market available tickers,
Exchange | Futures | Spot |
---|---|---|
Binance | 725 | 1846 |
BitMart | 189 | 1338 |
Crypto.com | 155 | 583 |
Huobi (HTX) | 175 | 767 |
Kraken | 211 | 717 |
KuCoin | 305 | 1267 |
MEXC | 379 | 2934 |
Different exchanges
, different ticker
naming convenction - mostly.
The tickers
have not been streamlined across exchanges
, as there is
no specific pattern and/or algorithm for the naming of the tickers.
Below is a sample of tickers
across exchanges for the cryptocurrency
ATOM
,
Exchange | Futures | Spot |
---|---|---|
Binance | ATOMUSDT | ATOMUSDC, ATOMUSDT |
BitMart | ATOMUSDT | ATOM_USDT |
Crypto.com | ATOMUSD-PERP | ATOM_USD, ATOM_USDT |
Huobi (HTX) | ATOM-USDT | atomusdt |
Kraken | PF_ATOMUSD | ATOMUSD, ATOMUSDT |
KuCoin | ATOMUSDTM | ATOM-USDC, ATOM-USDT |
MEXC | ATOM_USDT | ATOMUSDC, ATOMUSDT |
Although it could possible to map a set of tickers
to the actual
required tickers
this would be hard to debug, and harder to maintain
as the ecosystem evolves.
Note
If you believe you have a good and reliable solution, feel free to make a pull-request!
Last updated 2024-07-05