-
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-04-19 there are 6325 available tickers. Below is a breakdown on the per exchange and market available tickers,
Exchange | Futures | Spot |
---|---|---|
Binance | 294 | 1246 |
Bitmart | 185 | 1278 |
Bybit | 366 | 546 |
Kraken | 162 | 668 |
Kucoin | 293 | 1287 |
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 |
Bybit | ATOMUSDT | ATOMUSDT |
Kraken | PF_ATOMUSD | ATOMUSD, ATOMUSDT |
Kucoin | ATOMUSDTM | ATOM-USDC, ATOM-USDT |
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