---
title: "get fund limit details"
method: GET
path: "/fundlimit"
tags: ["Funds & Margin"]
---

# get fund limit details

`GET /fundlimit`

Get all information of your trading account like balance, margin utilised, collateral, etc.

## Headers

- `access-token` string, required

## Response `200`

Successful operation

- FundLimitResponse
  - `dhanClientId` string — User specific identification generated by Dhan
  - `availabelBalance` number, float — Available balance to trade
  - `sodLimit` number, float — Start of the day amount
  - `collateralAmount` number, float — Amount received against collateral
  - `receiveableAmount` number, float — Amount available against selling deliveries
  - `utilizedAmount` number, float — Amount utilised in the day
  - `blockedPayoutAmount` number, float — Amount blocked against payout request
  - `withdrawableBalance` number, float — Amount available to withdraw to bank

---

[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)
