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

Get Vega time

Get the current time of the network in Unix nanoseconds

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.

GET /api/v2/vega/time

Request

Base URL
https://api.n00.testnet.vega.rocks
curl / cURL
curl -L -X GET 'https://api.n00.testnet.vega.rocks/api/v2/vega/time' \
-H 'Accept: application/json'