API Reference / Constants / RATE_LIMITS
Variable: RATE_LIMITS
constRATE_LIMITS:object
Defined in: src/constants.ts:333
Published DhanHQ rate limits per API tier. Order APIs 10/sec, Data APIs 5/sec, Market Quote 1/sec, Option Chain one call every 3 seconds.
Type Declaration
order_api
readonlyorder_api:object
order_api.perSecond
readonlyperSecond:10=10
order_api.perDay
readonlyperDay:100000=100_000
data_api
readonlydata_api:object
data_api.perSecond
readonlyperSecond:5=5
data_api.perDay
readonlyperDay:7000=7_000
quote_api
readonlyquote_api:object
quote_api.perSecond
readonlyperSecond:1=1
quote_api.perDay
readonlyperDay:number=Infinity
option_chain
readonlyoption_chain:object
option_chain.perSecond
readonlyperSecond:number
option_chain.perDay
readonlyperDay:4800=4_800
non_trading_api
readonlynon_trading_api:object
non_trading_api.perSecond
readonlyperSecond:20=20
non_trading_api.perDay
readonlyperDay:number=Infinity