From 1969e53b39bd528514d2bff5eb6a5b608c75031b Mon Sep 17 00:00:00 2001 From: Tiago Siebler Date: Thu, 8 Aug 2024 15:49:39 +0100 Subject: [PATCH] fix(): auto invest api calls --- examples/rest-spot-private-autoinvest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rest-spot-private-autoinvest.ts b/examples/rest-spot-private-autoinvest.ts index c9af758..91d808e 100644 --- a/examples/rest-spot-private-autoinvest.ts +++ b/examples/rest-spot-private-autoinvest.ts @@ -34,7 +34,7 @@ const client = new MainClient({ console.log('oneTimeTransactionResult', oneTimeTransactionResult); const autoInvestPlanResult = await client.submitAutoInvestmentPlan({ - UID: '20983262a', + UID: '54545454', sourceType: 'MAIN_SITE', subscriptionAmount: 100, sourceAsset: 'USDT',