UNPKG

crypto-janitor

Version:

The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.

9 lines (8 loc) 314 B
import Bittrex from "./bittrex"; import Celsius from "./celsius"; import Coinbase from "./coinbase"; import CoinbasePro from "./coinbasepro"; import Kucoin from "./kucoin"; import Etherscan from "./etherscan"; import Nexo from "./nexo"; export { Bittrex, Celsius, Coinbase, CoinbasePro, Etherscan, Kucoin, Nexo };