UNPKG

@ln-markets/sdk

Version:
16 lines 437 B
export const createGetFundingFees = (instance) => { return async ({ cursor, from, limit, to, tradeId } = {}) => { return instance .get('futures/isolated/funding-fees', { searchParams: { cursor, from, limit, to, tradeId, }, }) .json(); }; }; //# sourceMappingURL=get-funding-fees.js.map