Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 431 Bytes

FIX-client-node

Sample application demonstrating how to connect to interact with BTC Markets' FIX engine using node.js.

Getting Started

  • npm install
  • Obtain your API key and private key from btcmarkets.net website and enter keys into client.js
  • edit client.js and uncomment any command under runTest() method
  • run node client.js to run the application
  • The application generates logs under log folder