List all KV entries
The state chain's key-value state as a map, optionally narrowed to a key prefix and paged in sorted key order.
Query Parameters
prefix?string
Return only keys starting with this string. Omit for the whole state.
offset?integer
Index of the first key to return, in sorted key order.
Default
0Range
0 <= valuelimit?integer
Maximum entries to return. Values above 1000 are clamped to 1000; a missing, zero, negative or unparseable value falls back to 100.
Default
100Range
1 <= value <= 1000Response Body
application/json
curl -X GET "https://ldn.core.test.network/statechain/kv?prefix=sys."{}