Nonce

returns the NFT token data for a given address, token identifier and nonce.

get
Path parameters
addressstringRequired

the address in bech32 format

Default: null
tokenIdentifierstringRequired

the token identifier to search for

Default: null
nonceintegerRequired

the nonce to look after

Responses
200
successful operation
application/json
get
GET /address/{address}/nft/{tokenIdentifier}/nonce/{nonce} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200

successful operation

{
  "tokenIdentifier": "text",
  "balance": "text",
  "properties": "text"
}