UNPKG

@ln-markets/sdk

Version:
7 lines 268 B
export const createGetDeposits = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/usergetdeposits */ return async (searchParams) => instance.get('user/deposit', { searchParams }).json(); }; //# sourceMappingURL=get-deposits.js.map