Address
Path parameters
addressstringRequiredDefault:
the address in bech32 format
null
Responses
200
successful operation
application/json
get
GET /address/{address} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200
successful operation
{
"data": {
"address": "text",
"nonce": 1,
"balance": "text",
"username": "text",
"code": "text",
"codeHash": [
1
],
"rootHash": [
1
]
},
"error": "text",
"code": "text"
}