Skip to main content
GET
/
2
/
wallet
/
pm
/
status
Get prediction market account status
curl --request GET \
  --url https://demo-api.mobula.io/api/2/wallet/pm/status
{
  "data": {
    "deployed": true,
    "safeAddress": "<string>",
    "usdcBalance": 123
  },
  "hostname": "<string>",
  "took": 123
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

wallet
string
required

Response

200 - application/json

Account status

data
object
hostname
string
took
number