UNPKG

coin-ticker

Version:

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

13 lines (12 loc) 189 B
module.exports = () => { return new Promise((res, rej) => { res([ 'BTC_USD', 'ETH_USD', 'LTC_USD', 'BTC_EUR', 'ETH_EUR', 'LTC_EUR', ]) }); }