UNPKG

@ln-markets/sdk

Version:
8 lines 273 B
export const createGetLastPrice = (instance) => { return async ({ from, limit, to } = {}) => { return instance .get('oracle/last-price', { searchParams: { from, limit, to } }) .json(); }; }; //# sourceMappingURL=get-last-price.js.map