getCortexInfo
Parameters
Result
Example
{
"id": 1,
"jsonrpc": "2.0",
"method": "getCortexInfo"
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"buildDate":"2019-05-29T14:09:19",
"buildNumber":"25cf08bd",
"version":"2.0.0"
}
}Last updated