Congestion Level (Experimental)
EXPERIMENTAL_congestion_level request type
This endpoint allows you to get the congestion level on the NEAR blockchain.
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/jsonThis operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "EXPERIMENTAL_congestion_level",
"params": {
"block_id": "6sddgq8nkENAz4f8qR72qxRPM25QWNBVMrkYr63DgC2E",
"shard_id": 10
}
}Request schema
object
requires jsonrpc, id, method, paramsjsonrpc *string2.0id *stringmethod *stringEXPERIMENTAL_congestion_levelparams *objectnullableblock_id *one ofBlock height (integer) or block hash (string)
integer
integer
Block height
string
string
Base58-encoded block hash
shard_id *integerShard identifier
Response reference
200 application/jsonSuccessful response
Response schema
objectJsonRpcResponse
requires jsonrpc, idjsonrpc *string2.0id *one ofstringnumber
resultobjectcongestion_level *numbererrorobjectcodeintegermessagestringdataobject