Nonce

returns the nonce of the provided address

get
Path parameters
addressstringRequired

the address in bech32 format

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

successful operation

{
  "data": {
    "nonce": 1
  },
  "error": "text",
  "code": "text"
}