Esdts with role
Path parameters
addressstringRequiredDefault:
the address in bech32 format
null
rolestringRequiredDefault:
token role to search for
null
Responses
200
successful operation
application/json
get
GET /address/{address}/esdts-with-role/{role} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200
successful operation
{
"data": [
{
"tokens": [
"text"
]
}
],
"error": "text",
"code": "text"
}