crypto-janitor
Version:
The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.
10 lines (8 loc) • 315 B
text/typescript
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 };