Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
/ ftx-fix-example Public archive

Simple example application for FTX FIX API

Notifications You must be signed in to change notification settings

jvirtanen/ftx-fix-example

Repository files navigation

FTX FIX Example

This is a simple example application that demonstrates how to connect to FTX using the FIX API and Philadelphia, an open source FIX engine for the JVM.

Building and running this application requires Java Development Kit (JDK) 11 or newer and Maven.

Usage

To build and run the application, follow these steps:

  1. Build the application:

    mvn package
  2. Create a configuration file, etc/example.conf:

    cp etc/example.conf.template etc/example.conf
  3. Fill in the API key and API secret in the configuration file, etc/example.conf.

  4. Run the application:

    java -jar ftx-fix-example.jar etc/example.conf

The application logs onto FTX and immediately logs out.

License

Copyright 2022 Jussi Virtanen.

Released under the Apache License, Version 2.0. See LICENSE.txt for details.