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
}Check if a wallet has a deployed Safe trading account and get its USDC balance.
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
}