UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

10 lines 291 B
export const createGetInstruments = (request) => { /** * @see https://docs.lnmarkets.com/api/operations/optionsgetinstruments */ return async () => request({ method: 'GET', path: '/options/instruments', }); }; //# sourceMappingURL=get-instruments.js.map