UNPKG

coin-ticker

Version:

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

16 lines (15 loc) 240 B
module.exports = () => { return new Promise((res, rej) => { res([ "BTC_USD", "BTC_EUR", "EUR_USD", "XRP_USD", "XRP_EUR", "XRP_BTC", "LTC_USD", "LTC_EUR", "LTC_BTC", ]) }); }