UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

12 lines 354 B
export const createWithdrawSyntheticUsd = (request) => { /** * @see https://docs.lnmarkets.com/api/operations/userwithdrawalsyntheticusd */ return async (body) => request({ body, method: 'POST', path: '/user/withdraw/susd', requireAuth: true, }); }; //# sourceMappingURL=withdraw-synthetic-usd.js.map