// Canceling order instantly without fee
const cancelRes = await api.orders.cancelOrder(buildRes.order.order_id);
console.log('cancel order response', cancelRes);
Note
Current seed phrase wallet loading supports only the first account's first address (i.e. m/1852'/1815'/0'/0/0 when you check inside your browser wallet), for example in Eternl's single address mode:
If you are looking to connect a more dynamic account, please get in touch with the team for support.