UNPKG

@ln-markets/sdk

Version:
10 lines 329 B
export const createGetClosedTrades = (instance) => { return async ({ cursor, from, limit, to } = {}) => { return instance .get('futures/isolated/trades/closed', { searchParams: { cursor, from, limit, to }, }) .json(); }; }; //# sourceMappingURL=get-closed-trades.js.map