UNPKG

@ln-markets/sdk

Version:
8 lines 230 B
export const createClose = (instance) => { return async ({ id }) => { return instance .post('futures/isolated/trade/close', { json: { id } }) .json(); }; }; //# sourceMappingURL=close.js.map