Preciousblock
NOWNodes API key passed in the api-key header.
Request payload containing the documented method parameters and client request identifier.
JSON-RPC protocol version.
1.0Client-provided request identifier echoed in the response.
curltestJSON-RPC method name.
preciousblockPossible values: Parameters:
blockhash(string, required) — The hash of the block to mark as precious.
["0000000000000000000a7b89e4d3f3bcebd7025fa72d2d9c7b3e8f7a3bc5c8a5"]Block marked as precious successfully
Object containing preciousblock response details.
Null on success; the requested block was marked as precious and no response object is returned.
JSON-RPC error object or null on success.
JSON-RPC error object. Null when the request succeeds.
{"code":-28,"message":"Service temporarily unavailable"}Request id echoed by the server.
Client-provided request identifier echoed in the response.
curltestClient-provided request identifier echoed in the response.
curltestUnauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal Server Error
Last updated