Skip to content
Search
K
Main Navigation
Learn
How To Guides
Blog
API Documentation
Appearance
Menu
Return to top
Get metadata
POST
/rollkit.v1.StoreService/GetMetadata
Retrieve metadata by key from the chain store.
Request Body
application/json
Schema
default
JSON
JSON
{
"key"
:
"example_key"
}
Responses
200
400
404
500
Metadata retrieved successfully
Content-Type
application/json
Schema
JSON
JSON
{
"value"
:
"dGVzdCB2YWx1ZQ=="
}
POST
/rollkit.v1.StoreService/GetMetadata
Playground
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python
Powered by
VitePress OpenAPI