Skip to content

Commit

Permalink
Merge pull request #439 from tiagosiebler/autoinvest
Browse files Browse the repository at this point in the history
fix(): auto invest api calls
  • Loading branch information
tiagosiebler authored Aug 8, 2024
2 parents 50129e1 + 1969e53 commit bb87d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rest-spot-private-autoinvest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bb87d31

Please sign in to comment.