Multiple option chain

Hello Upstox
I want to fetch multiple option chain for multiple instrument-key
const axios = require(‘axios’);

const url = ‘https://api.upstox.com/v2/option/chain’;
const params = {
instrument_key: ‘NSE_INDEX|Nifty 50’,
expiry_date: ‘2024-03-28’
};
const headers = {
‘Accept’: ‘application/json’,
‘Authorization’: ‘Bearer {your_access_token}’
};

axios.get(url, { params, headers })
.then(response => {
console.log(response.data);
})
.catch(error => {
console.error(‘Error:’, error);
});

Hi @vinod_mokashi
I replied over here → Upstox Option Chain For multiple i-key - #2 by Ketan

@vinod_mokashi Please avoid opening multiple threads for the same topic. Doing so may cause the community to automatically detect such activity as spam, as has recently occurred with some users.

I obey the guide-lines of upstox but my issues is not solved within span of 1 - 3 hours. while other tickets are closed.not anyone is interestted to create multiple tickets.
I hope You understand it.