robin91 / Binance_Futures_Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance Java SDK (beta version)

This is Binance Java SDK, This is a lightweight Java library, you can import to your Java project and use this SDK to query all market data, trading and manage your account.

The SDK supports both synchronous and asynchronous RESTful API invoking, and subscribe the market data from the Websocket connection.

Table of Contents

Beginning

Installation

The SDK is compiled by Java8

For Beta version, please import the source code in java IDE (idea or eclipse)

The example code is in binance-api-sdk/java/src/test/java/com/binance/client/examples.

About

License:Apache License 2.0


Languages

Language:Java 100.0%