UNPKG

@ln-markets/sdk

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