I am trying to connect with kite api with api_ket to get the url but it is showing wrong api_key. I have checked it is right api_key . How to deal with i?
@Zen8_ith, Please don't share any app or client specific tokens on public threads. You can private message if you want to share any sensitive information.
Hey , I am running my algo with limit order . I wrote my algo in python . When order places there is a difference between my limit price and the price at which order got executed ,for example limit sell order is 130.00 and it will get place at 130.25.
from kiteconnect import KiteConnect
api_key = "xxxx"
api_secret = "xxxx"
kite = KiteConnect(api_key = api_key)
print(kite.login_url())
https://kite.zerodha.com/connect/login?api_key=xxx&v=3
This is the error
message "Invalid `api_key`."
data null
error_type "InputException"
Please don't share any app or client specific tokens on public threads. You can private message if you want to share any sensitive information.
Never share your credentials with anyone.