v1

latestOpenAPI 3.0.2CC0 1.0 Universal2026-07-17128129208.3 KB
wallet

Get total amount of confirmed Ergo tokens and assets

get/wallet/balances

Response

Get total amount of confirmed Ergo tokens and assets

heightinteger required
balanceinteger required

Example response

{
  "assets": [
    {
      "tokenId": "4ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
      "amount": 1000
    }
  ]
}