Skip to content

API Reference


API Reference / GlobalStocksTrades

Class: GlobalStocksTrades

Defined in: src/resources/GlobalStocks.ts:137

Constructors

Constructor

new GlobalStocksTrades(httpClient): GlobalStocksTrades

Defined in: src/resources/GlobalStocks.ts:138

Parameters

httpClient

HttpClient

Returns

GlobalStocksTrades

Methods

list()

list(): Promise<GlobalTradeResponse[]>

Defined in: src/resources/GlobalStocks.ts:140

Returns

Promise<GlobalTradeResponse[]>


bySecurityId()

bySecurityId(securityId): Promise<GlobalTradeResponse[]>

Defined in: src/resources/GlobalStocks.ts:148

Parameters

securityId

string

Returns

Promise<GlobalTradeResponse[]>

Community project — not affiliated with Dhan. MIT License.