Last updated 24 days ago
-
curl --location --request GET 'https://go.getblock.io/YOUR-ACCESS-TOKEN/debug/time-synchronization' \ --header 'Content-Type: application/json'
{ "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" } ] }
Example code for the /debug/time-synchronization rest method. Сomplete guide on how to use /debug/time-synchronization rest in GetBlock.io Web3 documentation.