It looks like you're new here. If you want to get involved, click one of these buttons!
We success to getQuote() and getOHLC and getLTP() but we want in same one funtion
$kite->getQuote(["MCX:GOLD21JUNFUT", "MCX:GOLDM21AUGFUT","MCX:SILVER21JULFUT","MCX:SILVERM21AUGFUT"]);$kite->getOHLC(["MCX:GOLD21JUNFUT", "MCX:GOLDM21AUGFUT","MCX:SILVER21JULFUT","MCX:SILVERM21AUGFUT"]);
$array = $kite->getQuote(["MCX:GOLD21JUNFUT", "MCX:GOLDM21AUGFUT","MCX:SILVER21JULFUT","MCX:SILVERM21AUGFUT"]);
and
$array = $kite->getLTP(["MCX:GOLD21JUNFUT", "MCX:GOLDM21AUGFUT","MCX:SILVER21JULFUT","MCX:SILVERM21AUGFUT"]);