Filecoin.ChainGetBlock
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the block header identified by the given CID. The block header contains all consensus-critical fields including miner address, tickets, election proof, parent links, state roots, and signatures.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<object>requiredOrdered list of parameters. Contains a single CID object identifying the block to retrieve.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the full block header.