UNPKG

@ln-markets/sdk

Version:
7 lines 267 B
export const createGetWithdrawal = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/usergetwithdrawal */ return async (params) => instance.get(`user/withdrawals/${params.id}`).json(); }; //# sourceMappingURL=get-withdrawal.js.map