diff --git a/docs/index.html b/docs/index.html index a7367b3..3731d48 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1964,8 +1964,9 @@ var balances = await restClient.HTX.SpotApi.SharedClient.GetBalancesAsync(new Ge // Needs authentication: True // Required exchange specific parameters: [Int64] AccountId: Account id of the user | example: 123123123
What interfaces are actually available and implemented on each exchange clients depends on what functionality is available in the specific API.
-Available REST shared interfaces
+Available REST shared interfaces
Interface | Description |
---|---|
IAssetsRestClient | For requesting withdrawal and deposit info for assets |
IPositionModeRestClient | For managing the position mode for the user |
Available Socket shared interfaces
+Available Socket shared interfaces
Interface | Description |
---|---|
IBookTickerSocketClient | For subscribing to book ticker (best bid/ask) updates for a symbol |