Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.
Query Parameters
The wallet address (EOA) to check.
Response
Account status information.
Whether the Safe trading account has been deployed.
The Safe trading account address (derived from the EOA).
USDC balance in the Safe account.
Request processing time in milliseconds.
Usage Example
curl -X GET "https://api.mobula.io/api/2/wallet/pm/status?wallet=0xYourWalletAddress"
Example Response
{
"data": {
"deployed": true,
"safeAddress": "0x1234567890abcdef1234567890abcdef12345678",
"usdcBalance": 250.5
},
"hostname": "node-xyz",
"took": 42
}