cURL
curl --request POST \ --url https://api.example.com/EXPERIMENTAL_split_storage_info \ --header 'Content-Type: application/json' \ --data ' { "params": {}, "id": "dontcare", "jsonrpc": "2.0" } '
{ "result": { "cold_head_height": 1, "final_head_height": 1, "head_height": 1, "hot_db_kind": "<string>" }, "id": "<string>", "jsonrpc": "<string>" }
Contains the split storage information. More info on split storage here
Documentation IndexFetch the complete documentation index at: https://docs.near.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.near.org/llms.txt
Use this file to discover all available pages before exploring further.
EXPERIMENTAL_split_storage_info
JSON-RPC request id. Auto-populated; can be any string.
JSON-RPC protocol version. Always 2.0.
2.0
Contains the split storage information.
Show child attributes
Was this page helpful?