Skip to main content
GET
/
2
/
wallet
/
pm
/
balances
Get Prediction Balances
curl --request GET \
  --url https://pm-api-prod-eu.mobula.io/api/2/wallet/pm/balances
{
  "data": {}
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

wallet
string
required

User EOA wallet address. The API resolves the matching Safe trading account internally.

Example:

"0x0000000000000000000000000000000000000001"

tokenIds
string
required

Comma-separated outcome / token IDs (uint256 decimal strings).

Example:

"59855952379545476461266875939089074481171378466995213858930892770855011813551,5904694069529905826680225678119990013628860098514322777023141327768111791078"

Response

200 - application/json

Balances

data
object