Accounts
Get KV value under a given key path
Get KV value under a given key path for an account. If key is not provided, the empty key path will be used.
get/accounts/{address}/kv
Path parameters
addressstring required
Query parameters
keystring nullable
Response
{"stackTrail":"components:schemas:KvValue","oasType":"schema","type":"unknown","description":"A value stored in the Key-Value store. Always valid JSON."}
Changes
Changed in 4 of the 39 revisions of this API.31
- ▲
the response's body type/format changed from
string/jsonto/for status200response-body-type-changed
- ▲
- ▲
the response's body type/format changed from
/tostring/jsonfor status200response-body-type-changed
- ▲
- ▲
the response's body type/format changed from
string/jsonto/for status200response-body-type-changed
- ▲
- ○
added the new optional
queryrequest parameterkeynew-optional-request-parameter
- ○