Need API3 equivalent

abhivin123
How to hit api 3 with this piece of code?

<?php
$response = file_get_contents("https://api.kite.trade/portfolio/holdings/?api_key=xxx&access_token=yyy");
?>
  • abhivin123
    abhivin123 edited March 2018
    Ok ... it's a matter of sending headers ... Stands addressed. Thnx.
This discussion has been closed.