v1

latestOpenAPI 3.0.32026-07-17773482.6 KB
address

returns the key-value pairs of an {address}

get/address/{address}/keys

Path parameters

addressstring required

the address in bech32 format

Response

successful operation

errorstring
codestring

Example response

{
  "data": {
    "pairs": [
      {
        "key1": "value1",
        "key2": "value2"
      }
    ]
  }
}