UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

11 lines 300 B
export const createGetOHLCHistory = (request) => { /** * @see https://docs.lnmarkets.com/api/operations/futuresgetohlcs */ return async (query) => request({ method: 'GET', path: '/futures/ohlcs', query, }); }; //# sourceMappingURL=get-ohlc-history.js.map