Keys

Get KeyValueStore Keys

post

Allows to iterate over key value store keys.

Body
all ofOptionalExample: {"key_value_store_address":"<key-value-store-address>"}
Responses
200
KeyValueStore keys collection
application/json
Responseall of
post
POST /state/key-value-store/keys HTTP/1.1
Host: xrd-gateway.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "key_value_store_address": "<key-value-store-address>"
}
{
  "ledger_state": {
    "network": "<network-name>",
    "state_version": 1,
    "proposer_round_timestamp": "text",
    "epoch": 1,
    "round": 1
  },
  "total_count": 1,
  "next_cursor": "text",
  "items": [
    {
      "key": {
        "raw_hex": "text",
        "programmatic_json": {
          "kind": "Bool",
          "type_name": "text",
          "field_name": "text"
        }
      },
      "last_updated_at_state_version": 1
    }
  ],
  "key_value_store_address": "text"
}