UNPKG

@ln-markets/sdk

Version:
11 lines 281 B
export const createCashIn = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/futurescashin */ return async (body) => instance .post('futures/cash-in', { json: body, }) .json(); }; //# sourceMappingURL=cash-in.js.map