Skip to main content
GET
/
2
/
wallet
/
pm
/
balances
Get outcome token balances
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
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

wallet
string
required
tokenIds
string
required

Comma-separated outcome token IDs

Response

200 - application/json

Token balances

data
object
hostname
string
took
number