Skip to main content
GET
/
markets
/
{slug}
/
locked-balance
Get Locked Balance
curl --request GET \
  --url https://api.limitless.exchange/markets/{slug}/locked-balance \
  --cookie limitless_session=
{
  "lockedBalance": "250.50",
  "lockedBalanceFormatted": "250.50 USDC",
  "currency": "USDC",
  "orderCount": 3
}

Authorizations

limitless_session
string
cookie
required

Session authentication cookie obtained from /auth/login

Path Parameters

Response

200 - application/json

User's locked balance details

lockedBalance
string
Example:

"250.50"

lockedBalanceFormatted
string
Example:

"250.50 USDC"

currency
string
Example:

"USDC"

orderCount
number
Example:

3