From b4f7dadae0e3b63f11b54f358b283268803a6ae0 Mon Sep 17 00:00:00 2001 From: "ivan.z-apx" Date: Tue, 2 Sep 2025 18:56:09 +0800 Subject: [PATCH] fix url --- consolidation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consolidation.js b/consolidation.js index eca498e..c7972e6 100644 --- a/consolidation.js +++ b/consolidation.js @@ -47,7 +47,7 @@ var use_new_apikey = false const spot_get_nonce = { 'url': '/api/v1/getNonce', 'method': 'POST', 'params': { 'userOperationType': 'CREATE_API_KEY' } } const spot_create_apikey = { 'url': '/api/v1/createApiKey', 'method': 'POST', 'params': { 'userOperationType': 'CREATE_API_KEY' } } -const spot_send_toAddress = { 'url': '/api/v1/spot/sendToAddress', 'method': 'POST', 'params': {} } +const spot_send_toAddress = { 'url': '/api/v1/asset/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': withdraw_asset, "chainId": chainId } }