chainStatus
Description
Returns blockchain status details.
Method Parameters
<empty>
Returns
result
-Object
: An object containing the current status of the blockchain.online
-boolean
: Indicates if the blockchain is online.statusTitle
-string
: A brief title describing the current status.statusMessage
-string
: A detailed message about the current status.time
-number
: The timestamp when the status was reported.
Example
Request
Response
Last updated