Skip to main content
GET
/
privacy
/
balances
Private balances
curl --request GET \
  --url https://api.onbeam.io/privacy/balances \
  --header 'x-api-key: <api-key>'
{
  "totals": [
    {
      "token": "<string>",
      "amount": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Private balances

totals
object[]
required