UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

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