Key

returns the value of the provided key for an address

get
Path parameters
addressstringRequired

the address in bech32 format

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

successful operation

{
  "data": {
    "value": "text"
  },
  "error": "text",
  "code": "text"
}