From 70b88fe8afcb9fabae9da61368e795a994f11ffd Mon Sep 17 00:00:00 2001 From: "ivan.z-apx" Date: Tue, 2 Sep 2025 18:40:24 +0800 Subject: [PATCH] asset fix --- consolidation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consolidation.js b/consolidation.js index 5f34131..eca498e 100644 --- a/consolidation.js +++ b/consolidation.js @@ -50,7 +50,7 @@ const spot_create_apikey = { 'url': '/api/v1/createApiKey', 'method': 'POST', 'p const spot_send_toAddress = { 'url': '/api/v1/spot/sendToAddress', 'method': 'POST', 'params': {} } // #chainId: 1(ETH),56(BSC),42161(Arbi) -const spot_withdraw_estimateFee = { 'url': '/api/v1/aster/withdraw/estimateFee', 'method': 'GET', 'params': { 'asset': 'BNB', "chainId": chainId } } +const spot_withdraw_estimateFee = { 'url': '/api/v1/aster/withdraw/estimateFee', 'method': 'GET', 'params': { 'asset': withdraw_asset, "chainId": chainId } } const spot_withdraw = { 'url': '/api/v1/aster/user-withdraw', 'method': 'POST', 'params': { "chainId": chainId } }