Server status
This endpoint allows you to observe the current server status 🤖
https://api.koinju.io/status
Variable | Format | Description |
api_version | string | The version of the API. |
server_time | string | The time of the server hosting the API. |
200 : OK -> Here is you example :
{
"api_version": "1.0.0",
"server_time": "2020-02-25T15:48:26.538Z"
}
Last modified 2yr ago