InstrumentsService instrumentsService = IntxServiceFactory.createInstrumentsService(client);
GetInstrumentRequest request = new GetInstrumentRequest.Builder()
    .instrumentId("BTC-PERP")
    .build();
GetInstrumentResponse response = instrumentsService.getInstrument(request);

For more information, please visit the INTX Java SDK.