Skip to main content
GET
/
2
/
wallet
/
pm
/
status
Get Prediction Wallet Status
curl --request GET \
  --url https://pm-api-prod-eu.mobula.io/api/2/wallet/pm/status
{
  "data": {
    "deployed": true,
    "safeAddress": "<string>",
    "usdceBalance": 123,
    "pusdBalance": 123
  }
}
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"

Response

200 - application/json

Wallet status

data
object