Get current blockchain checkpoint
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the current checkpoint hash used by the Komodo node. A checkpoint is a fixed block hash that the node uses to secure consensus.
Body
application/json
JSON-RPC request object
jsonrpcstringrequiredJSON-RPC protocol version. Komodo uses JSON-RPC version 1.0.
idstringrequiredClient-defined request identifier. It is returned unchanged in the response.
methodstringrequiredRPC method name to be executed by the Komodo node.
paramsArray<any>requiredParameters for the RPC method.
The getcheckpoint method does not require any parameters.
Response
200OK
Successful JSON-RPC response