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

Get Vega time

GET 

https://vega-data.nodes.guru:3008/api/v2/vega/time

Get the current time of the network in Unix nanoseconds

Request

Responses

A successful response.

Schema
    timestamp int64

    Timestamp representation of current VegaTime as represented in Unix nanoseconds, for example 1580473859111222333 corresponds to 2020-01-31T12:30:59.111222333Z.

curl -L -X GET 'https://vega-data.nodes.guru:3008/api/v2/vega/time' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://vega-data.nodes.guru:3008
ResponseClear

Click the Send API Request button above and see the response here!