UNPKG

@ln-markets/sdk

Version:
7 lines 296 B
export const createGetCarryFeesHistory = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/futuresgetcarryfees */ return async (searchParams) => instance.get('futures/carry-fees', { searchParams }).json(); }; //# sourceMappingURL=get-carry-fees-history.js.map