Skip to content

API Reference


API Reference / InstrumentSearchOptions

Interface: InstrumentSearchOptions

Defined in: src/resources/Instruments.ts:33

Properties

exactMatch?

optional exactMatch?: boolean

Defined in: src/resources/Instruments.ts:35

Match the whole symbol rather than a substring. Defaults to false.


caseSensitive?

optional caseSensitive?: boolean

Defined in: src/resources/Instruments.ts:37

Defaults to false — symbols are upcased on both sides before comparing.


limit?

optional limit?: number

Defined in: src/resources/Instruments.ts:39

Cap on returned rows. Defaults to 25.

Community project — not affiliated with Dhan. MIT License.