Get KeyValueStore Data
Returns data (value) associated with a given key of a given key-value store. Check detailed documentation for explanation
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>"
}
}Changes
Changed in 3 of the 50 revisions of this API.74
- ▲
the response property
/////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/////became nullable for the statusresponse-property-became-nullable
- ○
the request property
////became nullablerequest-property-became-nullable
- ○
the request property
////became nullablerequest-property-became-nullable
- ○
the request property
////became nullablerequest-property-became-nullable
- ▲
- ▲
the request property
////became not nullablerequest-property-became-not-nullable
- ▲
the request property
////became not nullablerequest-property-became-not-nullable
- ▲
the request property
////became not nullablerequest-property-became-not-nullable
- ▲
- ○
added
AccountLockerNotFoundErrordiscriminator mapping keys to theresponse property for the response statusresponse-property-discriminator-mapping-added
- ○