UNPKG

@ln-markets/sdk

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