| Interface | Description |
|---|---|
| ResponseCallback<T> |
The interface for define asynchronous invoking callback.
If you want to ues the asynchronous invoking, you must implement the ResponseCallback yourself. |
| SubscriptionClient |
The subscription client interface, it is used for subscribing any market data
update and account change, it is asynchronous, so you must implement the
SubscriptionListener interface.
|
| SubscriptionErrorHandler |
The error handler for the subscription.
|
| SubscriptionListener<T> |
You must implement the SubscriptionListener interface.
|
| SyncRequestClient |
Synchronous request interface, invoking Binance RestAPI via synchronous
method.
All methods in this interface will be blocked until the RestAPI response. |
| Class | Description |
|---|---|
| RequestOptions |
The configuration for the request APIs
|
| SubscriptionOptions |
The configuration for the subscription APIs
|
Copyright © 2021. All rights reserved.