UNPKG

@ln-markets/sdk

Version:
7 lines 255 B
export const createGetIndex = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/oraclegetindex */ return async (searchParams) => instance.get('oracle', { searchParams }).json(); }; //# sourceMappingURL=get-index.js.map