cURL
curl --request GET \ --url https://trade.predexon.com/api/accounts/{accountId}/balance \ --header 'x-api-key: <api-key>'
{ "balances": [ { "venue": "<string>", "available": "<string>", "locked": "<string>", "total": "<string>" } ], "_meta": { "venues": [ { "venue": "<string>", "status": "ok" } ] } }
Fetch trading balances across enabled venues.
venue
polymarket
predict
opinion
limitless
Balance information
Show child attributes
Per-plane status metadata on aggregated responses. Surfaces partial failures so clients can detect when a venue timed out or errored while others succeeded.