Here is the API response.
{
“data”:
[
{
“average_price”: 95.1,
“exchange”: “NFO”,
“exchange_order_id”: “1800000098778680”,
“exchange_timestamp”: “2024-11-08 17:18:59”,
“instrument_token”: “NSE_FO|47427”,
“order_id”: “241108025414192”,
“order_ref_id”: “100089333295277”,
“order_timestamp”: “2024-11-08 11:48:59”,
“order_type”: “MARKET”,
“product”: “I”,
“quantity”: 15,
“trade_id”: “628360413”,
“trading_symbol”: “BANKNIFTY24N1350800PE”,
“tradingsymbol”: “BANKNIFTY24N1350800PE”,
“transaction_type”: “SELL”
},
{
“average_price”: 95.1,
“exchange”: “NFO”,
“exchange_order_id”: “1800000098778680”,
“exchange_timestamp”: “2024-11-08 17:18:59”,
“instrument_token”: “NSE_FO|47427”,
“order_id”: “241108025414192”,
“order_ref_id”: “100089333295277”,
“order_timestamp”: “2024-11-08 11:48:59”,
“order_type”: “MARKET”,
“product”: “I”,
“quantity”: 15,
“trade_id”: “628360412”,
“trading_symbol”: “BANKNIFTY24N1350800PE”,
“tradingsymbol”: “BANKNIFTY24N1350800PE”,
“transaction_type”: “SELL”
},
{
“average_price”: 94.1,
“exchange”: “NFO”,
“exchange_order_id”: “1800000094660674”,
“exchange_timestamp”: “2024-11-08 17:06:24”,
“instrument_token”: “NSE_FO|47427”,
“order_id”: “241108025399071”,
“order_ref_id”: “99323383909107”,
“order_timestamp”: “2024-11-08 11:36:24”,
“order_type”: “MARKET”,
“product”: “I”,
“quantity”: 15,
“trade_id”: “628290851”,
“trading_symbol”: “BANKNIFTY24N1350800PE”,
“tradingsymbol”: “BANKNIFTY24N1350800PE”,
“transaction_type”: “BUY”
},
{
“average_price”: 94.0,
“exchange”: “NFO”,
“exchange_order_id”: “1800000094660674”,
“exchange_timestamp”: “2024-11-08 17:06:24”,
“instrument_token”: “NSE_FO|47427”,
“order_id”: “241108025399071”,
“order_ref_id”: “99323383909107”,
“order_timestamp”: “2024-11-08 11:36:24”,
“order_type”: “MARKET”,
“product”: “I”,
“quantity”: 15,
“trade_id”: “628290850”,
“trading_symbol”: “BANKNIFTY24N1350800PE”,
“tradingsymbol”: “BANKNIFTY24N1350800PE”,
“transaction_type”: “BUY”
}
],
“status”: “success”
}
It seems it is adding +5:30 hours to exchange timestamp. Like I suggested earlier here
such bugs will happen if api serves human readable timestamp. It is better to server unix timestamp.