Skip to content

deepakvashist/go-coinbase-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-coinbase-fix

Golang sample project for testing Coinbase FIX API.

Usage

  1. Read Coinbases FIX API documentation

  2. Read Go quickfix documentation

  3. Export the required env vars:

export COINBASE_API_KEY=""
export COINBASE_API_KEY_PASSPHRASE=""
export COINBASE_API_KEY_SECRET=""
  1. Create FIX configuration file and update fiel values based on Coninbase API key:
cp config/client.cfg.template config/client.cfg
  1. Install application dependencies:
go mod install
  1. Run application:
go run ./cmd/app.go

About

Financial Information eXchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages