From 7239b9c289430ceb983b3383239affc3334db5c0 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 9 Oct 2024 10:25:57 +0200 Subject: [PATCH] docs --- docs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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

Available Interfaces

+

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

@@ -1993,7 +1994,7 @@ var balances = await restClient.HTX.SpotApi.SharedClient.GetBalancesAsync(new Ge
InterfaceDescription
IAssetsRestClientFor requesting withdrawal and deposit info for assets
IPositionModeRestClientFor managing the position mode for the user
-

Available Socket shared interfaces

+

Available Socket shared interfaces

InterfaceDescription
IBookTickerSocketClientFor subscribing to book ticker (best bid/ask) updates for a symbol