UNPKG

@ln-markets/sdk

Version:
8 lines 251 B
export const createCashIn = (instance) => { return async ({ amount, id }) => { return instance .post('futures/isolated/trade/cash-in', { json: { amount, id } }) .json(); }; }; //# sourceMappingURL=cash-in.js.map