Its error show when i try to connect. What should i do
Notice: Undefined index: request_token in /home/public_html/content/6-php/zarodha.php on line 9 Request Token is: CheckSum is: 177657252a5b21ee2170c7aef6e8fc2397577eeea3fd1f2261e05b40a68e8b05Authentication failed: Missing request_token Fatal error: Uncaught InputException (400) 'Missing request_token' thrown in /home/public_html/content/6-php/kiteconnect.php on line 668
Notice: Undefined index: request_token in /home/***/public_html/content/6-php/zarodha.php on line 9 Request Token is: CheckSum is: **************************Authentication failed: Missing request_token Fatal error: Uncaught InputException (400) 'Missing request_token' thrown in /home/***/public_html/content/6-php/kiteconnect.php on line 668
You can go to developers console and open your app details page, on the right, there is a section Addons. You can subscribe to historical data from that section.
Can you tell me with only Publisher API what data i can access and other hand with Kite connect + Publisher API what data i can access can you tell me difference
The Kite Publisher is just a javascript button that can be included on websites and blogs to place an order. It doesn't have access to any of the client's data. On the other hand, Kite Connect is the full-fledged APIs which lets you access orderbook, profile, positions, holdings, live market data and more.
Are you doing login with the new login URL or old URL? You need to use new send authentication URL. The api key and access tokens are sent in the header and not in the URL. You can check out the new documentation for more details.
One thing more i am creating app. still i do not use API for trading. Is there any option in api where from i can get data not live like dummy or demo so i can create my app after that i pay for live data
Notice: Undefined index: request_token in /home/***/public_html/content/6-php/zarodha.php on line 9
Request Token is: CheckSum is: **************************Authentication failed: Missing request_token
Fatal error: Uncaught InputException (400) 'Missing request_token' thrown in /home/***/public_html/content/6-php/kiteconnect.php on line 668
error
failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/**/public_html/content/6-php/zarodha.php on line 50
On the other hand, Kite Connect is the full-fledged APIs which lets you access orderbook, profile, positions, holdings, live market data and more.
You need to use new send authentication URL. The api key and access tokens are sent in the header and not in the URL. You can check out the new documentation for more details.