# Check if explorer is synced Check if the explorer is fully synchronized with the blockchain. Endpoint: GET /explorer/issynced Version: 6.6.1 Security: ZelID ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.synced` (boolean) Whether explorer is synced - `data.explorerHeight` (integer) Current explorer height - `data.daemonHeight` (integer) Current daemon height - `data.heightDifference` (integer) Difference between daemon and explorer height