For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query DCA order transaction history

Query MakeDealEvent history (per-cycle swap executions) for a given order:

const history = await sdk.Dca.getDcaOrdersMakeDeal('0x45b567654b09d291f3c99566922b7...')
Parameter
Type
Description

order_id

string

DCA order object ID

Last updated