Skip to main content
Version: mainnet (v0.71)

Get Vega time

Get the current time of the network, displayed as a Unix timestamp in nano seconds

Responses

A successful response.


Schema
    timestamp int64
GET /api/v2/vega/time

Request

Base URL
https://vega-mainnet-data.commodum.io
curl / cURL
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/vega/time' \
-H 'Accept: application/json'