Skip to content

A Julia interface to the CoinbasePro API.

License

Notifications You must be signed in to change notification settings

astraetech/CoinbasePro.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinbasePro

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/

Functions

  • products lists the available currency pairs provided by Coinbase.
  • book provides order book information at 3 different levels.
  • ticker a snapshot of the last trade, best bid/offer and volume over the last 24 hours.
  • trades historical trades of a currency.
  • candles historical open-high-low-close (OHLC) market data
  • stats OHLC and volume data from the last 24 hours.

A tutorial on the various functions can be found here.

About

A Julia interface to the CoinbasePro API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%