Skip to content

API Reference


API Reference / GlobalFundsResponse

Interface: GlobalFundsResponse

Defined in: src/types/global-stocks.types.ts:103

Indexable

[key: string]: unknown

Properties

dhanClientId?

optional dhanClientId?: string

Defined in: src/types/global-stocks.types.ts:104


availableCash?

optional availableCash?: number

Defined in: src/types/global-stocks.types.ts:106

All balances are USD.


cashOnAccount?

optional cashOnAccount?: number

Defined in: src/types/global-stocks.types.ts:107


actualCash?

optional actualCash?: number

Defined in: src/types/global-stocks.types.ts:108


withdrawableBalance?

optional withdrawableBalance?: number

Defined in: src/types/global-stocks.types.ts:109


utilizedAmount?

optional utilizedAmount?: number

Defined in: src/types/global-stocks.types.ts:110

Community project — not affiliated with Dhan. MIT License.