It looks like you're new here. If you want to get involved, click one of these buttons!
std::vector<kc::instrument> inst = kiteObj->getInstruments(kiteconnect::EXCHANGE_NFO);
for (auto const& i : inst) {
std::cout << "symbol: " << i.tradingsymbol
<< " token: " << i.instrumentToken << '\n';
};
You can mark this issue as closed.