v50

latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KB
State

Get KeyValueStore Data

Returns data (value) associated with a given key of a given key-value store. Check detailed documentation for explanation

post/state/key-value-store/data

Request body

key_value_store_addressstring required

Bech32m-encoded human readable version of the address.

Example request

{
  "key_value_store_address": "<key-value-store-address>",
  "keys": [
    {
      "key_hex": "5C21010901000000"
    },
    {
      "key_json": {
        "kind": "Tuple",
        "fields": [
          {
            "kind": "U32",
            "value": "1"
          }
        ]
      }
    }
  ]
}

Response

Non-Fungible ID Data

key_value_store_addressstring required

Bech32m-encoded human readable version of the address.

Example response

{
  "ledger_state": {
    "network": "<network-name>"
  }
}