From 200fcd0e9fc577ba9da03686e974a0f306120351 Mon Sep 17 00:00:00 2001 From: "armend (bitget)" Date: Thu, 30 May 2024 16:28:55 +0800 Subject: [PATCH] rename --- en/mix/index.html | 15 +++++++++++++++ en/spot/index.html | 25 +++++++++++++++++++++++++ zh/mix/index.html | 15 +++++++++++++++ zh/spot/index.html | 20 ++++++++++++++++++++ 4 files changed, 75 insertions(+) diff --git a/en/mix/index.html b/en/mix/index.html index ab909ab..fee6123 100644 --- a/en/mix/index.html +++ b/en/mix/index.html @@ -3545,6 +3545,7 @@

Get Symbol Information on S "data": [ { "baseCoin": "BTC", + "baseCoinDisplayName": "BTC", "buyLimitPriceRatio": "0.01", "feeRateUpRatio": "0.005", "makerFeeRate": "0.0002", @@ -3553,12 +3554,14 @@

Get Symbol Information on S "priceEndStep": "5", "pricePlace": "1", "quoteCoin": "USDT", + "quoteCoinDisplayName": "USDT", "sellLimitPriceRatio": "0.01", "sizeMultiplier": "0.001", "supportMarginCoins": [ "USDT" ], "symbol": "BTCUSDT_UMCBL", + "symbol": "BTCUSDT_UMCBL", "takerFeeRate": "0.0006", "volumePlace": "3", "symbolType":"delivery", @@ -3587,6 +3590,10 @@

Get Symbol Information on S symbolName Symbol name, BTCUSDT, might be empty + + symbolDispalyName + Symbol displayname, BTCUSDT, might be empty + baseCoin Base currency, BTC @@ -3595,6 +3602,14 @@

Get Symbol Information on S quoteCoin Quote currency, USDT + + baseCoinDisplayName + Base currency, BTC + + + quoteCoinDisplayName + Quote currency, USDT + buyLimitPriceRatio Buy price limit ratio, 0.02 means 2% diff --git a/en/spot/index.html b/en/spot/index.html index eda00e7..e1bb4e9 100644 --- a/en/spot/index.html +++ b/en/spot/index.html @@ -2726,6 +2726,7 @@

Public

Get Server Time

{ "coinId":"1", "coinName":"BTC", + "coinDisplayName":"BTC", "transfer":"true", "chains":[ { @@ -2761,6 +2762,10 @@

Public

Get Server Time

coinName Coin name + + coinDisplayName + Coin displayname + transfer Whether can be transferred @@ -2840,6 +2845,7 @@

Get Symbols

{ "symbol":"BTCUSDT_SPBL", "symbolName":"BTCUSDT", + "symbolDisplayName":"BTCUSDT", "baseCoin":"BTC", "quoteCoin":"USDT", "minTradeAmount":"0.0001", @@ -2872,6 +2878,10 @@

Get Symbols

symbolName symbol name + + symbolDisplayName + symbol display name + baseCoin Base coin @@ -2965,6 +2975,7 @@

Get Single Symbol

{ "symbol":"BTCUSDT_SPBL", "symbolName":"BTCUSDT", + "symbolDisplayName":"BTCUSDT", "baseCoin":"BTC", "quoteCoin":"USDT", "minTradeAmount":"0.0001", @@ -2997,6 +3008,10 @@

Get Single Symbol

symbolName Symbol Name + + symbolDisplayName + Symbol displayName + baseCoin Base coin @@ -5910,6 +5925,7 @@

Get Account Assets

{ "coinId":"10012", "coinName":"usdt", + "coinDisplayName":"usdt", "available":"0", "frozen":"0", "lock":"0", @@ -5934,6 +5950,10 @@

Get Account Assets

coinName Coin name + + coinDisplayName + Coin displayname + available Available assets @@ -5999,6 +6019,7 @@

Get Account Assets Lite

{ "coinId":"10012", "coinName":"usdt", + "coinDisplayName":"usdt", "available":"0", "frozen":"0", "lock":"0", @@ -6023,6 +6044,10 @@

Get Account Assets Lite

coinName Coin name + + coinDisplayName + Coin displayname + available Available assets diff --git a/zh/mix/index.html b/zh/mix/index.html index 83a0a93..0be0010 100644 --- a/zh/mix/index.html +++ b/zh/mix/index.html @@ -3628,6 +3628,7 @@

模拟盘获取币对合约信息

"data": [ { "baseCoin": "BTC", + "baseCoinDisplayName": "BTC", "buyLimitPriceRatio": "0.01", "feeRateUpRatio": "0.005", "makerFeeRate": "0.0002", @@ -3636,12 +3637,14 @@

模拟盘获取币对合约信息

"priceEndStep": "5", "pricePlace": "1", "quoteCoin": "USDT", + "quoteCoinDisplayName": "USDT", "sellLimitPriceRatio": "0.01", "sizeMultiplier": "0.001", "supportMarginCoins": [ "USDT" ], "symbol": "BTCUSDT_UMCBL", + "symbolDisplayName": "BTCUSDT", "takerFeeRate": "0.0006", "volumePlace": "3", "symbolType":"delivery", @@ -3670,6 +3673,10 @@

模拟盘获取币对合约信息

symbolName 产品名称,可能为空 + + symbolDisplayName + 产品展示名称,可能为空 + baseCoin 左币 @@ -3678,6 +3685,14 @@

模拟盘获取币对合约信息

quoteCoin 右币 + + baseCoinDisplayName + 左币 + + + quoteCoinDisplayName + 右币 + buyLimitPriceRatio 买价限价比例 diff --git a/zh/spot/index.html b/zh/spot/index.html index fdccc7d..4cba07e 100644 --- a/zh/spot/index.html +++ b/zh/spot/index.html @@ -2676,6 +2676,7 @@

基础配置接口

获取服务器 { "coinId":"1", "coinName":"BTC", + "coinDisplayName":"BTC", "transfer":"true", "chains":[ { @@ -2712,6 +2713,10 @@

基础配置接口

获取服务器 coinName 币种名称 + + coinDisplayName + 币种展示名称 + transfer 是否可以划转 @@ -2791,6 +2796,7 @@

获取全部产品信息

{ "symbol": "BTCUSDT_SPBL", "symbolName": "BTCUSDT", + "symbolDisplayName": "BTCUSDT", "baseCoin": "BTC", "quoteCoin": "USDT", "minTradeAmount": "0", @@ -2824,6 +2830,10 @@

获取全部产品信息

symbolName 产品名称 + + symbolDisplayName + 产品展示名称 + baseCoin 基础币 @@ -2919,6 +2929,7 @@

获取单个产品信息

"data": { "symbol": "BTCUSDT_SPBL", "symbolName": "BTCUSDT", + "symbolDisplayName": "BTCUSDT", "baseCoin": "BTC", "quoteCoin": "USDT", "minTradeAmount": "0", @@ -2951,6 +2962,10 @@

获取单个产品信息

symbolName 产品名称 + + symbolDisplayName + 产品展示名称 + baseCoin 基础币 @@ -5908,6 +5923,7 @@

获取账户资产

{ "coinId":"10012", "coinName":"usdt", + "coinDisplayName":"usdt", "available":"0", "frozen":"0", "lock":"0", @@ -5932,6 +5948,10 @@

获取账户资产

coinName 币种名称 + + coinDisplayName + 币种展示名称 + available 可用资产