Esdt
Path parameters
addressstringRequiredDefault:
the address in bech32 format
null
Responses
200
successful operation
application/json
get
GET /address/{address}/esdt HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200
successful operation
{
"data": [
{
"tokens": [
"text"
]
}
],
"error": "text",
"code": "text"
}
Path parameters
addressstringRequiredDefault:
the address in bech32 format
null
tokenIdentifierstringRequiredDefault:
the token identifier to search for
null
Responses
200
successful operation
application/json
get
GET /address/{address}/esdt/{tokenIdentifier} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200
successful operation
{
"data": [
{
"tokenIdentifier": "text",
"balance": "text",
"properties": "text"
}
],
"error": "text",
"code": "text"
}