Get Server Time
- GET /capi/v2/market/time
Weight(IP): 1
Request parameters
NONE
Request example
curl "https://api-contract.weex.com/capi/v2/market/time"
Response parameters
| Parameter | Type | Description | 
|---|---|---|
| epoch | string | Unix timestamp in UTC time zone, represented as a decimal number of seconds | 
| iso | string | ISO 8601 standard time format | 
| timestamp | long | Server timestamp | 
Response example
{
    "epoch": "1716710918.113",
    "iso": "2024-05-26T08:08:38.113Z",
    "timestamp": 1716710918113
}