@rakeshr : could you please give me an example to use the function. I tried the following but getting undefined -
async function retrieveParticularExecutedOrder(order_id){
console.log(order_id); //checking to ensure correct order_id is passed
…
@rakeshr: Please see my code below and advice!
async function retrieveParticularExecutedOrder(order_id){
console.log(order_id); //checking to ensure correct order_id is passed
try {
const response = await axios.get('https://api.kite.trade…