Skip to main content

Split Storage Info (Experimental)

EXPERIMENTAL_split_storage_info request type

This endpoint allows you to get split storage information from the NEAR node.

Network
FastNear API keyNo saved key
Get API key
Endpointhttps://rpc.mainnet.fastnear.com
Authnone detected
Live Response

Responses from the selected endpoint appear here after you run a request.

Live response output will appear here after you run a request.

Request reference

application/json

This operation accepts a JSON-RPC body over POST to /.

Required request inputs: yes

{
  "jsonrpc": "2.0",
  "id": "fastnear",
  "method": "EXPERIMENTAL_split_storage_info",
  "params": []
}

Request schema

object
requires jsonrpc, id, method, params
jsonrpc *string
2.0
id *string

Example: fastnear

method *string
EXPERIMENTAL_split_storage_info
params *array

Empty array as this method takes no parameters

Example:

Response reference

200 application/json

Successful response

Response schema

objectJsonRpcResponse
requires jsonrpc, id
jsonrpc *string
2.0
id *one of
stringnumber
resultobject

Contains the split storage information.

cold_head_heightintegernullable
final_head_heightintegernullable
head_heightintegernullable
hot_db_kindstringnullable
errorobject
codeinteger
messagestring
dataobject