---
title: "POST /EXPERIMENTAL_split_storage_info"
method: POST
path: "/EXPERIMENTAL_split_storage_info"
---

# POST /EXPERIMENTAL_split_storage_info

`POST /EXPERIMENTAL_split_storage_info`

Contains the split storage information. More info on split storage [here](https://near-nodes.io/archival/split-storage-archival)

## Request body

- JsonRpcRequestForEXPERIMENTALSplitStorageInfo
  - `id` string — JSON-RPC request id. Auto-populated; can be any string.
  - `jsonrpc` '2.0' — JSON-RPC protocol version. Always `2.0`.
  - `method` 'EXPERIMENTAL_split_storage_info', required
  - `params` RpcSplitStorageInfoRequest, required

## Response `200`

- union
  - object
    - `result` RpcSplitStorageInfoResponse, required — Contains the split storage information.
      - `cold_head_height` integer, nullable
      - `final_head_height` integer, nullable
      - `head_height` integer, nullable
      - `hot_db_kind` string, nullable
    - `id` string, required
    - `jsonrpc` string, required
  - object
    - `error` union, required
      - object
        - `cause` union, required
          - object
            - `info` object, required
              - …
            - `name` 'METHOD_NOT_FOUND', required
          - object
            - `info` object, required
              - …
            - `name` 'PARSE_ERROR', required
        - `name` 'REQUEST_VALIDATION_ERROR', required
      - object
        - `cause` RpcSplitStorageInfoError, required
          - `info` object, required
            - `error_message` string, required
          - `name` 'INTERNAL_ERROR', required
        - `name` 'HANDLER_ERROR', required
      - object
        - `cause` InternalError, required
          - `info` object, required
            - `error_message` string, required
          - `name` 'INTERNAL_ERROR', required
        - `name` 'INTERNAL_ERROR', required
    - `id` string, required
    - `jsonrpc` string, required

---

[API](https://skmtc.net/near/apis/near-protocol-json-rpc-api.md) · [All operations](https://skmtc.net/near/apis/near-protocol-json-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/near/near-protocol-json-rpc-api/versions/cb6bdde6167d/schema)
