Need API Key for Demo. Where should I get it from ?

asnagaraj
I am trying to evaluate kite3 API. Where do I get the API Key to run the Test.java ?

// First you should get request_token, public_token using kitconnect login and then use request_token, public_token, api_secret to make any kiteConnect api call.
// Initialize KiteSdk with your apiKey.
KiteConnect kiteConnect = new KiteConnect("xxxxxxyyyyyzzz");

// Set userId
kiteConnect.setUserId("xxxxyyy");


-Naga
  • rakeshr
    @asnagaraj
    Currently, we don't provide demo API key, you need to subscribe to Kite Connect (Rs2000 per month), to get API Key.We are in process of coming up with SandBox environment.
Sign In or Register to comment.