Skip to main content
POST
/
EXPERIMENTAL_split_storage_info
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.near.org/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
method
enum<string>
required
Available options:
EXPERIMENTAL_split_storage_info
params
RpcSplitStorageInfoRequest · object
required
id
string
default:dontcare

JSON-RPC request id. Auto-populated; can be any string.

jsonrpc
enum<string>
default:2.0

JSON-RPC protocol version. Always 2.0.

Available options:
2.0

Response

200 - application/json
result
object
required

Contains the split storage information.

id
string
required
jsonrpc
string
required