Vega time
GET/time
Get current Vega time
Request
Responses
- 200
 - default
 
A successful response.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
timestamp int64
{
  "timestamp": "string"
}
An unexpected error response.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
code int32
details object[]
@type string
message string
{
  "code": 0,
  "details": [
    {
      "@type": "string"
    }
  ],
  "message": "string"
}
Loading...