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
+6-6
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ Name | Description | Status
23
23
[margin-api.md](https://binance-docs.github.io/apidocs/spot/en) | Details on the Margin API (/sapi) | <inputtype="checkbox"checked> Implemented
24
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
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
26
+
[options-api.md](https://binance-docs.github.io/apidocs/voptions/en/#general-info) | Detains on the Options API(/eapi) | <inputtype="checkbox"checked> Implemented
27
27
28
28
29
-
Found an unimplemented interface, please submit a issue.
29
+
If you find an unimplemented interface, please submit an issue.
You don't need Client in websocket API. Just call binance.WsXxxServe(args, handler, errHandler).
238
238
239
-
> For delivery API you can use `delivery.WsXxxServe(args, handler, errHandler)`.
239
+
> For delivery API you can use `delivery.WsXxxServe(args, handler, errHandler)`.
240
240
241
-
If you wanna use proxy, you can set `HTTPS_PROXY` or `HTTP_PROXY` in environment variable or you can call `SetWsProxyUrl`of target packages in code. Then you can call other websocket function. For example below:
241
+
If you want to use a proxy, you can set `HTTPS_PROXY` or `HTTP_PROXY` in the environment variable, or you can call `SetWsProxyUrl`in the target packages within your code. Then you can call other websocket functions. For example:
0 commit comments