isBlockhashValid

isBlockhashValid — Check blockhash validity

post
/

Returns whether a blockhash is still valid or not. Parameters

  1. blockhash (required) — Base-58 blockhash.

  2. config (optional) — Optional configuration object. Every field is optional; omit the entire object to use defaults.

Authorizations
AuthorizationstringOptional

Pass Authorization: <api-key> on each request.

Body
jsonrpcstring · enumRequired

JSON-RPC protocol version.

Example: 2.0Possible values:
idone ofRequired

Request identifier echoed back in the response.

Example: 1
stringOptional
or
integerOptional
methodstring · enumRequired

Must be isBlockhashValid.

Example: isBlockhashValidPossible values:
Responses
post
/

Last updated