What constitutes as an API call?

I am trying to ascertain my API usage as I keep hitting the rate limits. Currently my code calls for the bid ask for two instruments, and the LTP’s of both instruments as well through market_quote. I intend to call this every second, i got a sleep timer of 1s. How many requests would my code be sending? 1? 2? 4?

@PRAJWAL_30750962 Please review the rate limit documentation and optimize its usage efficiently.