Get relayer's current time
Rate limit: 5 every second
API Overview
HTTP method
GET
Path
/api/v3/timestamp
Summary
Returns the relayer's current time in millisecond
API description
HTTP Header
None
Request parameters
None
Request example
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.9curl https://api3.loopring.io/api/v3/timestampResponse fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| timestamp | integer | N | Current time in millisecond | 1584683483382 |
Response example
{
"timestamp" : 1584683483382
}
Status code
| Value | Description |
|---|---|
| 100000 | Unknown error |