v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBState
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
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
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}