---
title: "Get Locked Balance"
method: GET
path: "/markets/{slug}/locked-balance"
tags: ["Trading"]
---

# Get Locked Balance

`GET /markets/{slug}/locked-balance`

Get the amount of funds locked in open orders for the authenticated user

## Path parameters

- `slug` string, required

## Response `200`

User's locked balance details

- object
  - `lockedBalance` string
  - `lockedBalanceFormatted` string
  - `currency` string
  - `orderCount` number

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
