Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poloniex/futures-java-sdk


https://github.com/poloniex/futures-java-sdk

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

polo-futures
--------
--------

JAVA SDK for Poloniex Futures Exchange

DISCLAIMER:
```
USE AT YOUR OWN RISK. You should not use this code in production unless you fully understand its limitations.
Even if you understand the code and its limitations, you may incur losses when using this code for trading.
When used in combination with your own code, the combination may not function as intended, and as a result you may incur losses.
Poloniex is not responsible for any losses you may incur when using this code.
```
Features
--------

- Support for REST and websocket endpoints
- Simple handling of authentication
- Response exception handling

Getting Started
--------

- Register an account with [Poloniex]().
- [Enable Futures Trading](https://www.poloniex.com/futures) for your account.
- Generate an [API Key]().
- Set environment variables that contain your API Key values: `PF_API_KEY`, `PF_SECRET`, and `PF_PASS`.
- [Get the source files](#source).

Get the code files with git.

Clone the repo into the path you will be using
```bash
git clone https://github.com/poloniex/futures-java-sdk
```