UNPKG

@ln-markets/sdk

Version:
7 lines 279 B
export const createGetLastPrice = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/oraclegetlastprice */ return async (searchParams) => instance.get('oracle/last-price', { searchParams }).json(); }; //# sourceMappingURL=get-last-price.js.map