DeltaTrade
⌘Ctrlk
DeltaTrade
  • Introduction to DeltaTrade 🤖
    • Security
    • Implementation Concepts
    • Source of liquidity
    • DeltaDisk NFT
    • Testnet campaign
    • Gachapon
    • Delta Points
    • Ranking Competition
    • Burrow & Trade
    • Mining
    • Official DeltaBot Links
    • Introduction to Near Protocol
    • Introduction to DeltaBot Functional Modules
    • How to Create a Trading Bot
    • Grid Trading Bot Creation Strategies
    • SmartContract
    • JS
      • DCA
      • Grid
      • Swing
    • Contact Us
Powered by GitBook
For the complete documentation index, see llms.txt. This page is also available as Markdown.
  1. SDK
  2. JS

DCA

Methods:

Name
Link
Description

validateDCAVaultParams

https://github.com/DeltaBotDev/sdk-ts/blob/main/packages/core/src/lib/index.ts#L71

createDCAVault

https://github.com/DeltaBotDev/sdk-ts/blob/main/packages/core/src/lib/index.ts#L71

getMyDCAVaults

https://github.com/DeltaBotDev/sdk-ts/blob/main/packages/core/src/lib/index.ts#L71

getMarketDCAVaults

https://github.com/DeltaBotDev/sdk-ts/blob/main/packages/core/src/lib/index.ts#L71

claimDCAVault

https://github.com/DeltaBotDev/sdk-ts/blob/main/packages/core/src/lib/index.ts#L71

DCA can claim completed parts at any time

closeDCAVault

https://github.com/DeltaBotDev/sdk-ts/blob/main/packages/core/src/lib/index.ts#L71

PreviousJSNextGrid

Last updated 1 year ago