A basic API for getting Coinbase data into Julia.
This package provides a Julia interface for the market data functions listed here: https://docs.pro.coinbase.com/
productslists the available currency pairs provided by Coinbase.bookprovides order book information at 3 different levels.tickera snapshot of the last trade, best bid/offer and volume over the last 24 hours.tradeshistorical trades of a currency.candleshistorical open-high-low-close (OHLC) market datastatsOHLC and volume data from the last 24 hours.
A tutorial on the various functions can be found here.