---
title: "Get KV value under a given key path"
method: GET
path: "/accounts/{address}/kv"
tags: ["Accounts"]
---

# Get KV value under a given key path

`GET /accounts/{address}/kv`

Get KV value under a given key path for an account. If `key` is not provided,
the empty key path will be used.

## Path parameters

- `address` string, required

## Query parameters

- `key` string, nullable

## Response `200`

- unknown

## Other responses

- `404`
- `500`

## Changes

- **2025-04-22** `19557bed56f3` — 1 breaking
  - the response's body type/format changed from `string`/`json` to ``/`` for status `200`
- **2025-04-22** `b769ef8fc63d` — 1 breaking
  - the response's body type/format changed from ``/`` to `string`/`json` for status `200`
- **2025-04-22** `427f546d7555` — 1 breaking
  - the response's body type/format changed from `string`/`json` to ``/`` for status `200`
- **2025-02-03** `ae9b3222dbe5` — 1 info
  - added the new optional `query` request parameter `key`

[Change history](https://skmtc.dev/jstz-dev/apis/jstz-node/changes/accounts/:address/kv/get.md)

---

[API](https://skmtc.dev/jstz-dev/apis/jstz-node.md) · [All operations](https://skmtc.dev/jstz-dev/apis/jstz-node/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jstz-dev/jstz-node/revisions/392d697d9913/schema)
