chainHead_v1_body
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Fetches the body of a chain head block using two hex parameters.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must be "2.0".
methodstringchainHead_v1_bodyrequiredThe RPC method to invoke.
paramsArray<string>requiredArray containing two hex-encoded string parameters: the first is typically a block hash, the second may be a secondary identifier or nonce.
idintegerrequiredRequest identifier.
Response
200OK
Successful response with the block body or status.