v32

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-076085232.1 KB
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

lockedBalancestring
lockedBalanceFormattedstring
currencystring
orderCountnumber

Example response

{
  "lockedBalance": "250.50",
  "lockedBalanceFormatted": "250.50 USDC",
  "currency": "USDC",
  "orderCount": 3
}