From 9866e8068f11ea83e47d1dd37abcf839483b6ed0 Mon Sep 17 00:00:00 2001 From: discountry Date: Mon, 12 Jan 2026 18:03:26 +0800 Subject: [PATCH] Clarify instructions in Maker Points guide regarding the proxy wallet private key format and environment variable setup. Emphasize that the private key should be copied as is, without the '0x' prefix, to enhance user understanding and security practices. --- docs/standx/maker-points-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/standx/maker-points-guide.md b/docs/standx/maker-points-guide.md index feb99ba..9090a89 100644 --- a/docs/standx/maker-points-guide.md +++ b/docs/standx/maker-points-guide.md @@ -82,7 +82,7 @@ https://standx.ritmex.one/ ``` Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx...(很长一串) -代理钱包私钥: 1234567890abcdef...(64 位十六进制字符,一般不带 0x 前缀) +代理钱包私钥: 1234567890abcdef...(64 位十六进制字符) ``` > 🔴 **请把这两个值复制保存下来!** @@ -130,7 +130,7 @@ EXCHANGE=standx # 把下面的 "你的TOKEN" 替换成你导出的 Token(很长一串以 eyJ 开头的) STANDX_TOKEN=你的TOKEN -# 把下面的 "你的私钥" 替换成页面中标注为 STANDX_REQUEST_PRIVATE_KEY 的那一段内容(站点导出的值本身一般不带 0x 前缀,按页面原样粘贴即可) +# 把下面的 "你的私钥" 替换成页面中标注为 STANDX_REQUEST_PRIVATE_KEY 的那一段内容(按页面原样粘贴即可) STANDX_REQUEST_PRIVATE_KEY=你的 STANDX_REQUEST_PRIVATE_KEY # ===== 交易品种 ===== @@ -168,7 +168,7 @@ MAKER_POINTS_BAND_30_100=true 假设你导出的信息是: - Token: `eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ` -- 代理钱包私钥: `abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890`(页面导出的值本身不带 `0x`) +- 代理钱包私钥: `abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890` 那么你的 `.env` 应该这样写: