const positionOffsetsService = new PositionOffsetsService(client);

positionOffsetsService.listPositionOffsets().then(async (response) => {
    console.log('Position Offsets: ', response);
})

For more information, please visit the INTX TS SDK.