API ReferenceDaemon API MethodsgetheightOn this pagegetheightReturn current blockchain heightURL: http:://127.0.0.1:11211/getheightRequest:{}Request description:Response:{ "height": 11111, "status": "OK"}Response description: "height": Height of the blockchain (equals to top block's height + 1). "status": Status of the call.