From 0ea1be2271a2886c76835b69c1e433a8807cfb08 Mon Sep 17 00:00:00 2001 From: "ivan.z-apx" Date: Tue, 2 Sep 2025 10:17:35 +0800 Subject: [PATCH] spot fix --- aster-finance-future-api.md | 2 +- aster-finance-future-api_CN.md | 2 +- ...e-spot-api.md => aster-finance-spot-api.md | 20 +++++++++---------- ...-api_CN.md => aster-finance-spot-api_CN.md | 10 +++++----- 4 files changed, 17 insertions(+), 17 deletions(-) rename apollox-finance-spot-api.md => aster-finance-spot-api.md (99%) rename apollox-finance-spot-api_CN.md => aster-finance-spot-api_CN.md (99%) diff --git a/aster-finance-future-api.md b/aster-finance-future-api.md index 51c1241..effe0f5 100644 --- a/aster-finance-future-api.md +++ b/aster-finance-future-api.md @@ -2475,7 +2475,7 @@ newOrderRespType | ENUM | NO | "ACK", "RESULT", default "ACK" ``` `` -POST /fapi/v1/asset/transfer (HMAC SHA256) +POST /fapi/v1/asset/wallet/transfer (HMAC SHA256) `` **Weight:** diff --git a/aster-finance-future-api_CN.md b/aster-finance-future-api_CN.md index 1cbb091..493888c 100644 --- a/aster-finance-future-api_CN.md +++ b/aster-finance-future-api_CN.md @@ -2383,7 +2383,7 @@ newOrderRespType | ENUM | NO | "ACK", "RESULT", 默认 "ACK" ``` `` -POST /fapi/v1/asset/transfer (HMAC SHA256) +POST /fapi/v1/asset/wallet/transfer (HMAC SHA256) `` **权重:** diff --git a/apollox-finance-spot-api.md b/aster-finance-spot-api.md similarity index 99% rename from apollox-finance-spot-api.md rename to aster-finance-spot-api.md index 635b552..921c13f 100644 --- a/apollox-finance-spot-api.md +++ b/aster-finance-spot-api.md @@ -976,8 +976,8 @@ symbol | STRING | NO | ```javascript { "symbol": "APXUSDT", - "makerCommission": "0.000200",     - "takerCommission": "0.000700" + "makerCommissionRate": "0.000200",     + "takerCommissionRate": "0.000700" } ``` @@ -1267,7 +1267,7 @@ timestamp | LONG | YES | -## cancel all open order (USER_DATA) +## Cancel All Open Order (USER_DATA) > **Response:** @@ -1366,7 +1366,7 @@ timestamp | LONG | YES | ``` `` -POST /api/v1/asset/transfer (HMAC SHA256) +POST /api/v1/asset/wallet/transfer (HMAC SHA256) `` **Weight:** @@ -1387,7 +1387,7 @@ timestamp | LONG | YES | **Notes:** * kindType FUTURE_SPOT(future to spot)/SPOT_FUTURE(spot to future) -## transfer asset to other address (TRADE) +## Transfer Asset To Other Address (TRADE) > **Response:** @@ -1423,7 +1423,7 @@ timestamp | LONG | YES | * If clientTranId is provided, its length must be at least 20 characters. -## get withdraw fee (USER_DATA) +## Get Withdraw Fee (NONE) > **Response:** ```javascript { @@ -1434,7 +1434,7 @@ timestamp | LONG | YES | ``` `` -GET /api/v1/aster/withdraw/estimateFee (HMAC SHA256) +GET /api/v1/aster/withdraw/estimateFee `` **Weight:** @@ -1451,7 +1451,7 @@ asset | STRING | YES | * chainId: 1(ETH),56(BSC),42161(Arbi) * gasCost: The minimum fee required for a withdrawal -## withdraw (USER_DATA) +## Withdraw (USER_DATA) > **Response:** ```javascript { @@ -1525,7 +1525,7 @@ const types = { const signature = await signer.signTypedData(domain, types, value) ``` -## get user create apikey nonce (NONE) +## Get User Create Apikey Nonce (NONE) > **Response:** ```javascript @@ -1553,7 +1553,7 @@ network | STRING | NO | * userOperationType : CREATE_API_KEY * network : For the Solana network, SOL must be provided; otherwise, this field is ignored. -## create apikey (NONE) +## Create Apikey (NONE) > **Response:** ```javascript diff --git a/apollox-finance-spot-api_CN.md b/aster-finance-spot-api_CN.md similarity index 99% rename from apollox-finance-spot-api_CN.md rename to aster-finance-spot-api_CN.md index 2bb35de..a623ce7 100644 --- a/apollox-finance-spot-api_CN.md +++ b/aster-finance-spot-api_CN.md @@ -931,8 +931,8 @@ symbol | STRING | NO | ```javascript { "symbol": "APXUSDT", - "makerCommission": "0.000200",     - "takerCommission": "0.000700" + "makerCommissionRate": "0.000200",     + "takerCommissionRate": "0.000700" } ``` `` @@ -1319,7 +1319,7 @@ timestamp | LONG | YES |   ``` `` -POST /api/v1/asset/transfer (HMAC SHA256) +POST /api/v1/asset/wallet/transfer (HMAC SHA256) `` **权重:** @@ -1377,7 +1377,7 @@ timestamp | LONG | YES | 时间戳 -## 现货提现手续费 (USER_DATA) +## 现货提现手续费 (NONe) > **响应** ```javascript { @@ -1388,7 +1388,7 @@ timestamp | LONG | YES | 时间戳 ``` `` -GET /api/v1/aster/withdraw/estimateFee (HMAC SHA256) +GET /api/v1/aster/withdraw/estimateFee `` **权重:**