Get Prediction Balances
Wallet
Get Prediction Balances
Fetch on-chain ConditionalTokens (ERC-1155) balances for a wallet’s Safe trading account.
GET
Get Prediction Balances
Query Parameters
The wallet address (EOA). The Safe address is derived automatically.
Comma-separated list of outcome token IDs to check balances for.
Response
Balance information for the requested outcome tokens.
Server node identifier.
Request processing time in milliseconds.
Usage Example
Example Response
Balances are read directly from the ConditionalTokens ERC-1155 contract on Polygon via multicall. A balance of
5.5 means the Safe holds 5.5 outcome tokens (shares). These tokens pay out $1 each if the outcome wins.Query Parameters
User EOA wallet address. The API resolves the matching Safe trading account internally.
Example:
"0x0000000000000000000000000000000000000001"
Comma-separated outcome / token IDs (uint256 decimal strings).
Example:
"59855952379545476461266875939089074481171378466995213858930892770855011813551,5904694069529905826680225678119990013628860098514322777023141327768111791078"
Response
200 - application/json
Balances