Esdts with role

returns the token identifiers for a given {address} and the provided role.

get
Path parameters
addressstringRequired

the address in bech32 format

Default: null
rolestringRequired

token role to search for

Default: 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"
}