Home

chainHead_v1_call

POST
https://tao.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired

JSON-RPC protocol version. Must be "2.0".

methodstringchainHead_v1_callrequired

The RPC method to invoke.

paramsArray<string>required

Array 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)

idintegerrequired

Request identifier.

Response

200OK

Successful response with the result of the runtime call.