UNPKG

@ln-markets/sdk

Version:
6 lines 191 B
export const createGetBestPrice = (instance) => { return async () => { return instance.get('synthetic-usd/best-price').json(); }; }; //# sourceMappingURL=get-best-price.js.map