---
title: "Get fund limit"
method: GET
path: "/globalstocks/fundlimit"
tags: ["Global Stocks"]
---

# Get fund limit

`GET /globalstocks/fundlimit`

Get fund limit details.

## Headers

- `access-token` string, required

## Response `200`

Successful operation

- InxFundLimitResponse
  - `dhanClientId` string — User specific identification generated by Dhan
  - `availableCash` number, float — Available cash for trading
  - `cashOnAccount` number, float — Total cash on account
  - `actualCash` number, float — Actual cash balance
  - `settledCash` number, float — Settled cash
  - `unsettledCash` number, float — Unsettled cash
  - `marginUtilized` number, float — Margin utilized

---

[API](https://skmtc.dev/dhan/apis/dhanhq-api.md) · [All operations](https://skmtc.dev/dhan/apis/dhanhq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dhan/dhanhq-api/revisions/2d368b9ed32d/schema)
