UNPKG

@ln-markets/sdk

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