# IndexResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **chain_id** | **i32** | Chain ID of the current chain | **epoch** | **String** | A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively. | **ledger_version** | **String** | A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively. | **oldest_ledger_version** | **String** | A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively. | **ledger_timestamp** | **String** | A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively. | **node_role** | [**models::RoleType**](RoleType.md) | | **oldest_block_height** | **String** | A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively. | **block_height** | **String** | A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively. | **git_hash** | Option<**String**> | Git hash of the build of the API endpoint. Can be used to determine the exact software version used by the API endpoint. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)