Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 708 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 708 Bytes

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