getChainInfoWithHttpInfo
public ApiResponse<ChainInfoDTO> getChainInfoWithHttpInfo()
throws ApiException
Get the current information of the chain
Returns the current information of the blockchain. The higher the score, the better the chain. During synchronization, nodes try to get the best blockchain in the network. The score for a block is derived from its difficulty and the time (in seconds) that has elapsed since the last block: block score = difficulty − time elapsed since last block
- Returns:
- ApiResponse<ChainInfoDTO>
- Throws:
ApiException - if fails to make API call
- Http Response Details
| Status Code | Description | Response Headers |
| 200 | success | - |