@swingtrackr/crypto-exchange-symbols

1.0.3 • Public • Published

Crypto Exchange Symbols

📈 Aggregated list of cryptocurrencies and supported exchanges

Usage

Using the distributed data

import { symbols, exchanges } from '@swingtrackr/crypto-exchange-symbols'

console.log(symbols)
/*
  bitcoin: {
    symbol: BTC,
    name: Bitcoin,
    pairs: {
      usdt: {
        exchanges: [
          binance,
        ]
      }
    }
  },
  ...
*/
console.log(exchanges)
/*
{
  binance: {

  }
}
*/

LICENSE

MIT

Package Sidebar

Install

npm i @swingtrackr/crypto-exchange-symbols

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.18 MB

Total Files

5

Last publish

Collaborators

  • watkin
  • jdalrymple