Server Time

Retrieve server time

GET https://api.ajaib.co.id/coin/internal/v1/public/time

Functionality: Retrieve the server's timestamp. Format is unix timestamp milliseconds with timezone UTC. In addition, this endpoint can also be used to help test server-client connectivity.

Authentication: Not Required

Request Param

NONE

Response Body

Name
Type
Description

timezone

string

Server time's timezone

timestamp

long

Server time's in unix epoch

{
    "timezone": "UTC", 
    "timestamp": 1714440597515
}

Last updated