Esdt

returns all ESDT tokens that the provided address interacted with

get
Path parameters
addressstringRequired

the address in bech32 format

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

returns all ESDT tokens that the provided address interacted with

get
Path parameters
addressstringRequired

the address in bech32 format

Default: null
tokenIdentifierstringRequired

the token identifier to search for

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