Query DCA order transaction history
const history = await sdk.Dca.getDcaOrdersMakeDeal('0x45b567654b09d291f3c99566922b7...')Parameter
Type
Description
Last updated
Query MakeDealEvent history (per-cycle swap executions) for a given order:
const history = await sdk.Dca.getDcaOrdersMakeDeal('0x45b567654b09d291f3c99566922b7...')order_id
string
DCA order object ID
Last updated