From 6536adb58ecc4d05184066894ac2b7f93f043c55 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 26 Mar 2024 16:07:22 +0100 Subject: [PATCH] Update index.html --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9d3d4408..e829cf7c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -278,13 +278,13 @@

Usdt Margin Swap API

var result = await huobiClient.UsdtMarginSwapApi.ExchangeData.GetContractInfoAsync(); Get Symbol Ticker
-

Get the 24h price ticker of a spot symbol

+

Get the 24h price ticker of a margin swap symbol

var huobiClient = new HuobiRestClient();
 
 var result = await huobiClient.UsdtMarginSwapApi.ExchangeData.GetMarketDataAsync("ETH-USDT");
Get Recent Trades
-

Get the most recent trades for a spot symbol

+

Get the most recent trades for a margin swap symbol

var huobiClient = new HuobiRestClient();
 
 var result = await huobiClient.UsdtMarginSwapApi.ExchangeData.GetRecentTradesAsync("ETH-USDT", 100);