UNPKG

@ln-markets/sdk

Version:
11 lines 320 B
export const createDepositSyntheticUsd = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/userdepositsyntheticusd */ return async (body) => instance .post('user/deposit/susd', { json: body, }) .json(); }; //# sourceMappingURL=deposit-synthetic-usd.js.map