v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
debug

Regular address balance at the height

Regular address balance at the height. Max number of blocks back from the current height is set by waves.db.max-rollback-depth, 2000 by default

get/debug/stateWaves/{height}

Path parameters

heightinteger required

Height

Response

successful operation

object required

map of address <-> balance

Example response

{
  "addr1": 0,
  "addr2": 100
}