/mf/instruments list

SwatiDesale
I'm getting error when I tried to fetch /mf/instruments list/getMFInstruments, not able to find root cause. can you please help with this.
let instrument_response = await kc.getMFInstruments()
.then(function(response) {
console.log('user_margins success');
console.log(response);
return response;
}).catch(function(err) {
console.log(err);
return response;
});
This discussion has been closed.