Get USDC balance across trading venues
cURL
curl --request GET \ --url https://trade.predexon.com/api/users/{userId}/balance \ --header 'x-api-key: <api-key>'
{ "balances": [ { "venue": "polymarket", "available": "150.50", "locked": "25.00", "total": "175.50" }, { "venue": "kalshi", "available": "100.00", "locked": "0", "total": "100.00" } ] }
Unique identifier for the user
Filter by venue
polymarket
kalshi
Balance information
Show child attributes