cURL
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 }
Get the amount of funds locked in open orders for the authenticated user
Session authentication cookie obtained from /auth/login
User's locked balance details
"250.50"
"250.50 USDC"
"USDC"
3