UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

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