preciousblock
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Marks a block as "precious," causing the node to reconsider the chain from that block. This can be used to manually reorganize the chain to a particular fork.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringpreciousblockrequiredparamsArray<string>requiredParameters:
blockhash(string, required) — The hash of the block to mark as precious.
Response
200OK
Block marked as precious successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error