Skip to main content
GET
/
wallets
/
{walletId}
/
balance
/
unified
Get unified wallet balance
curl --request GET \
  --url https://api.onbeam.io/wallets/{walletId}/balance/unified \
  --header 'x-api-key: <api-key>'
{
  "totals": [
    {
      "token": "<string>",
      "amount": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required

Query Parameters

currency
string

Response

200 - application/json

Unified balance

totals
object[]
required