Skip to main content

Latest Block

block request type

This endpoint allows you to get the latest block on the NEAR blockchain.

Network
FastNear API keyNo saved key
Get API key
Endpointhttps://rpc.mainnet.fastnear.com
Finality

The latest block with full finality. Highest confidence, with the most confirmation lag.

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": "block",
  "params": {
    "finality": "optimistic"
  }
}

Request schema

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

Example: fastnear

method *string
block
params *object
requires finality
finality *string

Finality selector for the latest visible block

finalnear-finaloptimistic

Response reference

200 application/json

Successful response

Response schema

objectJsonRpcResponse
requires jsonrpc, id
jsonrpc *string
2.0
id *one of
stringnumber
resultobject
errorobject
codeinteger
messagestring
dataobject