Common API
Get Server Time
GET /api/v1/perpetual/public/time
Request Parameters:
None
Response
{
"epoch":"1744191083.646",
"iso":"2025-04-09T09:31:23.646Z",
"timestamp":1744191083646
}
Return:
| Name | Type | Mandatory | Description |
|---|---|---|---|
| epoch | string | y | Epoch time |
| iso | string | y | ISO time |
| timestamp | int | y | Timestamp |