You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-3
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,12 @@ Name | Description | Status
21
21
[web-socket-streams.md](https://github.com/binance/binance-spot-api-docs/blob/master/web-socket-streams.md) | Details on available streams and payloads | <inputtype="checkbox"checked> Implemented
22
22
[user-data-stream.md](https://github.com/binance/binance-spot-api-docs/blob/master/user-data-stream.md) | Details on the dedicated account stream | <inputtype="checkbox"checked> Implemented
23
23
[margin-api.md](https://binance-docs.github.io/apidocs/spot/en) | Details on the Margin API (/sapi) | <inputtype="checkbox"checked> Implemented
24
-
[futures-api.md](https://binance-docs.github.io/apidocs/futures/en/#general-info) | Details on the Futures API (/fapi) | <inputtype="checkbox"checked> Partially Implemented
25
-
[delivery-api.md](https://binance-docs.github.io/apidocs/delivery/en/#general-info) | Details on the Coin-M Futures API (/dapi) | <inputtype="checkbox"checked> Partially Implemented
24
+
[futures-api.md](https://binance-docs.github.io/apidocs/futures/en/#general-info) | Details on the Futures API (/fapi) | <inputtype="checkbox"checked> Implemented
25
+
[delivery-api.md](https://binance-docs.github.io/apidocs/delivery/en/#general-info) | Details on the Coin-M Futures API (/dapi) | <inputtype="checkbox"checked> Implemented
26
+
[eoptions-api.md](https://binance-docs.github.io/apidocs/voptions/en/#general-info) | Detains on the European Options API(/eapi) | <inputtype="checkbox"checked> Implemented
27
+
28
+
29
+
Found an unimplemented interface, please submit a issue.
26
30
27
31
### Installation
28
32
@@ -40,7 +44,12 @@ go get github.com/adshao/go-binance/v1
40
44
41
45
```golang
42
46
import (
47
+
// for spot and other interface contained in https://binance-docs.github.io/apidocs/spot/en/#change-log
0 commit comments