Get Server Time
HTTP Request Retrieve the server's current timestamp.
- GET /api/v2/public/time
Weight(IP): 1
Request parameters
NONE
Request example
curl "https://api-spot.weex.com/api/v2/public/time"
Response parameters
| Field Name | Type | Field Description | 
|---|---|---|
| data | Long | Server time | 
Response example
{
    "code": "00000",
    "msg": "success",
    "requestTime": 1622097118135,
    "data": 1622097118134
}