Skip to content

API Reference


API Reference / MarketFeedInstruments

Type Alias: MarketFeedInstruments

MarketFeedInstruments = Record<string, (number | string)[]>

Defined in: src/resources/MarketFeed.ts:10

Instruments keyed by exchange segment, e.g. { NSE_EQ: [11536], IDX_I: [13] }. Up to 1000 instruments per request.

Dhan's API requires numeric security IDs in the request body — the SDK converts string values automatically before sending.

Community project — not affiliated with Dhan. MIT License.