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
Response Body
Name
Type
Description
timezone
string
Server time's timezone
timestamp
long
Server time's in unix epoch
Last updated