Server status

Get server status

This endpoint allows you to observe the current server status 🤖
https://api.koinju.io/status

Output format 🧬

Variable
Format
Description
api_version
string
The version of the API.
server_time
string
The time of the server hosting the API.

Example of reply

200 : OK -> Here is you example :
{
"api_version": "1.0.0",
"server_time": "2020-02-25T15:48:26.538Z"
}