UNPKG

@ln-markets/sdk

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