Nonce

will return a boolean value indicating if the token's metadata is still stored in accounts' trie, as opposed to the system account

get
Path parameters
tokenstringRequired

the token to look after

nonceintegerRequired

the nonce to look after

Responses
200
successful operation
application/json
get
GET /node/old-storage-token/{token}/nonce/{nonce} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
{
  "data": {},
  "error": "text",
  "code": "text"
}