1. breeze.getQuotes({ stockCode:"NIFTY", exchangeCode:"NFO", product:"NFO", expiryDate:"2024-04-25", productType:"options", right:"Call", strikePrice:"24000" }).then(function(detail){ }); Api Response: { Success: [ { exchange_code: 'NFO', product_type: '', stock_code: 'NIFTY', expiry_date: '25-Apr-2024', right: 'C', strike_price: 24000, ltp: 0.1, ltt: '25-Apr-2024 14:08:39', best_bid_price: 0.05, best_bid_quantity: '1334150', best_offer_price: 0.1, best_offer_quantity: '121200', open: 0.25, high: 0.3, low: 0.05, previous_close: 0.4, ltp_percent_change: -75, upper_circuit: 3.4, lower_circuit: 0.05, total_quantity_traded: '8282400', spot_price: '22576.85' } ], Status: 200, Error: null } 2. Nifty Feed Response: { symbol: '4.1!NIFTY 50', open: 22316.9, last: 22511.45, high: 22528.25, low: 22305.25, change: 0.49, bPrice: null, bQty: null, sPrice: null, sQty: null, ltq: null, avgPrice: null, quotes: 'Quotes Data', ttq: null, totalBuyQt: null, totalSellQ: null, ttv: '', trend: '-', lowerCktLm: null, upperCktLm: null, ltt: 'Thu Apr 25 2024 13:52:29', close: 22402.4, exchange: 'NSE Equity' } //options place order { Success: { order_id: '202404262800021947', message: 'Successfully Placed the order' }, Status: 200, Error: null }