通用接口
服务器时间
GET /api/v1/perpetual/public/time
请求参数:
无
Response
{
"epoch":"1744191083.646",
"iso":"2025-04-09T09:31:23.646Z",
"timestamp":1744191083646
}
返回:
参数名称 | 是否必须 | 类型 | 描述 | 默认值 | 取值范围 |
---|---|---|---|---|---|
epoch | y | string | 纪元时间 | ||
iso | y | string | ISO时间 | ||
timestamp | y | int | 时间戳 |