UNPKG

@ln-markets/sdk

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