Key

generates the Merkle proof for a given key of given address at the latest root hash

get
Path parameters
addressstringRequired

the address in bech32 format

Default: null
keystringRequired

the key to generate the proof for

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

successful operation

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