UNPKG

@ln-markets/sdk

Version:
7 lines 257 B
export const createGetInstruments = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/optionsgetinstruments */ return async () => instance.get('options/instruments').json(); }; //# sourceMappingURL=get-instruments.js.map