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

## Changes

- **2026-03-09** `57db5c3f80ff` — 1 info
  - the endpoint scheme security `limitless_session` was removed from the API

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/markets/:slug/locked-balance/get.md)

---

[API](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/revisions/20e1fd747a5c?raw)
