# List of known chain tips Return information about all known tips in the block tree, including the main chain as well as orphaned branches. Endpoint: GET /daemon/getchaintips Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.height` (integer) Height of chain tip - `data.hash` (string) Block hash of the tip - `data.branchlen` (integer) Length of branch connecting the tip to the main chain (0 if main chain) - `data.status` (string) Status of the chain