Trading
Get Locked Balance
Get the amount of funds locked in open orders for the authenticated user
get/markets/{slug}/locked-balance
Path parameters
slugstring required
Example:presidential-election-2024
Market slug identifier
Response
User's locked balance details
Example response
{
"lockedBalance": "250.50",
"lockedBalanceFormatted": "250.50 USDC",
"currency": "USDC",
"orderCount": 3
}