UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

11 lines 309 B
export const createGetWithdrawals = (request) => { /** * @see https://docs.lnmarkets.com/api/operations/usergetwithdrawals */ return async () => request({ method: 'GET', path: '/user/withdraw', requireAuth: true, }); }; //# sourceMappingURL=get-withdrawals.js.map