Home

Get current blockchain checkpoint

POST
https://kmd.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

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

jsonrpcstringrequired

JSON-RPC protocol version. Komodo uses JSON-RPC version 1.0.

idstringrequired

Client-defined request identifier. It is returned unchanged in the response.

methodstringrequired

RPC method name to be executed by the Komodo node.

paramsArray<any>required

Parameters for the RPC method. The getcheckpoint method does not require any parameters.

Response

200OK

Successful JSON-RPC response