☰
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
15K
All Categories
0
Incidents
178
Node JS client
52
Go client
848
.Net API client
397
Kite Publisher
554
.Net / VBA / Excel (3rd party)
491
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
357
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
General
In this Discussion
May 2025
Nivas
placing GTT orders
KJ0432
May 2025
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 2025
You may refer to the similar discussion
here
.
Sign In
or
Register
to comment.