HTTP Status 429: Too Many Requests Issue with Fyer API

I’m using the Fyer API [https://api-t1.fyers.in/data/quotes/?symbols=BSE:BANKEX24DEC55300CE] and encountering a 429 Too Many Requests error. This issue occurs [e.g., during frequent API calls], and I’m unsure how to handle it properly.

API/Platform: Fyer API
Tech Stack: Node.js

Error Message:
429 Too Many Requests

Hi,

You are exceeding the API rate limits. Instead of frequently calling the Quotes API, please connect to the WebSocket to receive continuous tick updates.

how to do it, Please help.

Hi @charu_aggarwal,

Sample code is available here: API - FYERS,

In the sample code, update the symbols you want to receive data for and include your access token. The data will stream continuously until you unsubscribe.

For details on unsubscribing, refer to:API - FYERS