diff --git a/en/mix/index.html b/en/mix/index.html index bb210c3..48d7f20 100644 --- a/en/mix/index.html +++ b/en/mix/index.html @@ -1194,7 +1194,7 @@
Get contract depth information, take cmt_btcusdt as an example:
Generate the string to be signed:
-'16273667805456GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
+'1627366780545GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
Contract order, take cmt_btcusdt as an example:
Generate the string to be signed:
-'16273667805456POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
+'1627366780545POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
Steps to generate the final signature
diff --git a/includes/en/mix/index b/includes/en/mix/index index 85417b7..022face 100644 --- a/includes/en/mix/index +++ b/includes/en/mix/index @@ -383,7 +383,7 @@ timestamp + method.toUpperCase() + requestPath + "?" + queryString + bGet contract depth information, take cmt_btcusdt as an example:
Generate the string to be signed:
-'16273667805456GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
+'1627366780545GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
Contract order, take cmt_btcusdt as an example:
Generate the string to be signed:
-'16273667805456POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
+'1627366780545POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
Steps to generate the final signature
diff --git a/includes/zh/mix/index b/includes/zh/mix/index index df07309..288b4d7 100644 --- a/includes/zh/mix/index +++ b/includes/zh/mix/index @@ -383,7 +383,7 @@ timestamp + method.toUpperCase() + requestPath + "?" + queryString + b获取合约深度信息,以 cmt_btcusdt 为例:
生成待签名的字符串:
-'16273667805456GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
+'1627366780545GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
合约下单,以 cmt_btcusdt 为例:
生成待签名的字符串:
-'16273667805456POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
+'1627366780545POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
生成最终签名的步骤
diff --git a/zh/mix/index.html b/zh/mix/index.html index 052bb1c..49b5851 100644 --- a/zh/mix/index.html +++ b/zh/mix/index.html @@ -1201,7 +1201,7 @@获取合约深度信息,以 cmt_btcusdt 为例:
生成待签名的字符串:
-'16273667805456GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
+'1627366780545GET/api/mix/v1/market/depth?symbol=BTCUSDT_UMCBL&limit=20'
合约下单,以 cmt_btcusdt 为例:
生成待签名的字符串:
-'16273667805456POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
+'1627366780545POST/api/mix/v1/order/placeOrder{"symbol":"BTCUSDT_UMCBL","size":"8","side":"open_long","order_type":"limit","client_oid":"bitget#123456"}'
生成最终签名的步骤