UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

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