Get relayer's current time
流量控制: 5 每 秒
摘要
HTTP 方法
GET
访问路径
/api/v3/timestamp
功能
Returns the relayer's current time in millisecond
API 描述
HTTP头
无
请求参数
无
请求示例
HTTP
CURL
GET https://api3.loopring.io/api/v3/timestamp HTTP/1.1
Host: api3.loopring.io
Connection: keep-alive
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: zh,en;q=0.9
curl https://api3.loopring.io/api/v3/timestamp
响应字段
字段 | 类型 | 必须 | 说明 | 举例 |
---|---|---|---|---|
timestamp | integer | 否 | Current time in millisecond | 1584683483382 |
响应示例
{
"timestamp" : 1584683483382
}
状态码
状态码 | 描述 |
---|---|
100000 | Unknown error |