☰
Login
Signup
Home
›
sthapatiinfo
›
Comments
Activity
Discussions
4
Comments
7
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
sthapatiinfo
About
Username
sthapatiinfo
Joined
June 2016
Visits
23
Last Active
May 2022
Roles
Member
Activity
Discussions
4
Comments
7
Comments
This API does not working with web version.
in
Unable to place order
Comment by
sthapatiinfo
April 2017
Give me if you have a .net c# code for place order
in
Unable to place order
Comment by
sthapatiinfo
April 2017
Give me if u have a .net C# code for place order plz
in
Changes to /orders API (GET, POST) - Tagging feature
Comment by
sthapatiinfo
April 2017
I have written " request.Method = "POST"; " already.
in
Unable to place order
Comment by
sthapatiinfo
March 2017
Yes, public void sha256_hash() { string value = apikey + rqtoken + apisecretkey; StringBuilder Sb = new StringBuilder(); using (SHA256 hash = SHA256Managed.Create()) { Encoding enc = Encoding.UTF8; …
in
system.net.webexception ASP.NET
Comment by
sthapatiinfo
June 2016
in above code GetResponseStream giving 403 forbidden. Let us know when we are making mistake..thanks
in
system.net.webexception ASP.NET
Comment by
sthapatiinfo
June 2016
here is the complete code in asp.net, here you go.. public void Authenticationtemp() { string url = "https://api.kite.trade/session/token"; var postData = "api_key=" + apikey + "&request_token=" + rqtoken + "&checksum=" …
in
system.net.webexception ASP.NET
Comment by
sthapatiinfo
June 2016