UNPKG

@ln-markets/sdk

Version:
7 lines 248 B
export const createGetWithdrawals = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/usergetwithdrawals */ return async () => instance.get('user/withdraw').json(); }; //# sourceMappingURL=get-withdrawals.js.map