Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poloniex/futures-java-sdk
https://github.com/poloniex/futures-java-sdk
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poloniex/futures-java-sdk
- Owner: poloniex
- License: mit
- Created: 2020-10-27T21:11:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T08:50:00.000Z (3 months ago)
- Last Synced: 2024-11-20T10:45:57.790Z (3 months ago)
- Language: Java
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 handlingGetting 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).Clone the repo into the path you will be using
```bash
git clone https://github.com/poloniex/futures-java-sdk
```