chainHead_v1_call
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Calls a runtime method against the state at a specific block identified by two hex hashes.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must be "2.0".
methodstringchainHead_v1_callrequiredThe RPC method to invoke.
paramsArray<string>requiredArray containing four positional parameters: - first hex string (e.g., block hash) - second hex string (e.g., a sub-identifier) - method name (e.g., "Core_version") - hex-encoded call data (often "0x" for simple calls)
idintegerrequiredRequest identifier.
Response
200OK
Successful response with the result of the runtime call.