Skip to main content

Get server time

Type: GET Description: /v4/public/time


Request Examples

Request
  curl --location --request GET 'https://sapi.xt.com/v4/public/time' \
--header 'accept: */*' \
--header 'Content-Type: application/json' \

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"serverTime": 1662435658062
}
}