Skip to content
/ gdax Public

A cli tool to get snapshot or streaming quotes from Coinbase's GDAX exchange

Notifications You must be signed in to change notification settings

3cb/gdax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 21, 2018
d39cfea · Feb 21, 2018

History

66 Commits
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 21, 2018
Feb 18, 2018
Feb 15, 2018
Feb 15, 2018
Feb 15, 2018
Feb 16, 2018
Feb 18, 2018
Feb 17, 2018
Feb 18, 2018
Feb 15, 2018
Feb 16, 2018
Feb 18, 2018

Repository files navigation

gdax

gdax is a command line tool that allows the user to get snapshot or streaming quotes from Coinbase's GDAX exchange: https://www.gdax.com/trade/BTC-USD

Diagram

API Docs: https://docs.gdax.com/

Installation

Make sure you have Go installed: https://golang.org/doc/install

To install gdax run:

go get github.com/3cb/gdax

Make sure your PATH includes the $GOPATH/bin directory so the commands can be used:

export PATH=$PATH:$GOPATH/bin

Usage

For a snapshot quote simply run the binary from the command line:

gdax

For streaming quotes through a websocket connection run with the -s flag:

gdax -s

That's it!

Releases

No releases published

Packages

No packages published

Languages