/debug/time-synchronization - NEM
Example code for the /debug/time-synchronization rest method. Сomplete guide on how to use /debug/time-synchronization rest in GetBlock.io Web3 documentation.
Parameters
-
Request
curl --location --request GET 'https://go.getblock.io/YOUR-ACCESS-TOKEN/debug/time-synchronization' \
--header 'Content-Type: application/json'
Response
{
"data": [
{
"change": 0,
"currentTimeOffset": -8509,
"dateTime": "2022-10-07 10:06:24"
},
{
"change": 0,
"currentTimeOffset": -8509,
"dateTime": "2022-10-07 13:06:34"
},
{
"change": 0,
"currentTimeOffset": -8509,
"dateTime": "2022-10-07 16:06:41"
}
]
}
Last updated