Close DCA order
const order_id = '0xfc519e9cccf90f4dfdf3008e529...'
const in_coin_type = '0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI'
const out_coin_type = '0x26b3bc67befc214058ca78ea9a2690298d731a2d4309485ec3d40198063c4abc::usdc::USDC'
const dca_close_order_payload = await sdk.Dca.dcaCloseOrderPayload([
{
order_id,
in_coin_type,
out_coin_type,
},
])
const result = await sdk.FullClient.sendTransaction(send_key_pair, dca_close_order_payload)
Last updated