UNPKG

coin-ticker

Version:

Wrapper for bitcoin exchange apis. The easiest way to add cryptocurrency market data into your application!

15 lines (14 loc) 223 B
module.exports = () => { return new Promise((res, rej) => { res([ "BTC_USD", "BTC_EUR", "BTC_GBP", "BTC_CNY", "ETH_USD", "ETH_EUR", "ETH_GBP", "ETH_CNY", ]) }); }