Gives error 400, when placing order, these same worked before

Oliver
Oliver edited June 2020 in PHP client
Here is a sample order that did not work, the same worked before

Post Data
Array
(
[access_token] => XXXXXXXXXXXXXXXXX
[api_key] => qb0a952vgutcplgo
[price] => 27.50
[tradingsymbol] => YESBANK
[exchange] => NSE
[transaction_type] => SELL
[order_type] => LIMIT
[quantity] => 723
[product] => MIS
[disclosed_quantity] => 723
[validity] => DAY
[tag] => MS240601
)
CURL Start: 12:55:38.000000
Endpoint:https://api.kite.trade/orders/regular
CURL End: 12:55:39.000000
Return Data
400
  • tonystark
    All the error responses contain a message explaining why it happened. Could you please check that message too?
Sign In or Register to comment.