Skip to content

Given a timestamp offset in seconds, adds the offset to every subsequent block header's timestamp.

POST
/v2/devmode/blocks/offset/{offset}

Sets the timestamp offset (seconds) for blocks in dev mode. Providing an offset of 0 will unset this value and try to use the real clock for the timestamp.

offset
required
integer

The timestamp offset for blocks in dev mode.

OK

Cannot set timestamp offset to a negative integer.

An error response with optional data field.

object
data
object
message
required
string

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

Internal Error

An error response with optional data field.

object
data
object
message
required
string

Unknown Error