curl --request GET \
--url https://demo-api.mobula.io/api/2/wallet/pm/balances{
"data": {
"safeAddress": "<string>",
"balances": [
{
"tokenId": "<string>",
"balance": 123
}
]
},
"hostname": "<string>",
"took": 123
}Fetch on-chain ConditionalTokens (ERC-1155) balances for a wallet’s Safe trading account.
curl --request GET \
--url https://demo-api.mobula.io/api/2/wallet/pm/balances{
"data": {
"safeAddress": "<string>",
"balances": [
{
"tokenId": "<string>",
"balance": 123
}
]
},
"hostname": "<string>",
"took": 123
}