☰
Login
Signup
Home
›
API clients
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.3K
All Categories
0
Incidents
166
Node JS client
46
Go client
809
.Net API client
390
Kite Publisher
538
.Net / VBA / Excel (3rd party)
469
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
354
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 26
Nivas
placing GTT orders
KJ0432
May 24
in
API clients
{
"trigger_type": "single",
"condition": {
"exchange": "NSE",
"tradingsymbol": "BOSCHLTD",
"trigger_values": [32000],
"last_price": 32130.00
},
"orders": [{
"exchange": "NSE",
"tradingsymbol": "BOSCHLTD",
"transaction_type": "BUY",
"quantity": 1,
"order_type": "LIMIT",
"product": "CNC",
"price": 32000
}]
}
above code give error 400, Bad Request
The server could not understand the request. Maybe a bad syntax? preview:- {
"status": "error",
"message": "Invalid order params." ,
"data": null,
"error_type": "InputException"
Please suggest any change in code. the code are in json
Nivas
May 26
You may refer to the similar discussion
here
.
Sign In
or
Register
to comment.