cURL
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.
Show Balances
Show Balance
curl -X GET "https://api.mobula.io/api/2/wallet/pm/balances?wallet=0xYourWallet&tokenIds=71321...,48340..."
{ "data": { "safeAddress": "0x1234567890abcdef1234567890abcdef12345678", "balances": [ { "tokenId": "71321...", "balance": 5.5 }, { "tokenId": "48340...", "balance": 0 } ] }, "hostname": "node-xyz", "took": 42 }
5.5
Comma-separated outcome token IDs
Token balances
Show child attributes