UNPKG

@ln-markets/sdk

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