行情获取服务器时间本页总览获取服务器时间类型: GET 描述: /v4/public/time 请求示例 Request curl --location --request GET 'https://sapi.xt.com/v4/public/time' \ --header 'accept: */*' \ --header 'Content-Type: application/json' \ 响应示例 Response{ "rc": 0, "mc": "SUCCESS", "ma": [], "result": { "serverTime": 1662435658062 }}