GetServerTime

GetServerTime - getting the current trading time.

Example:

{"id": 11, "type":"GetServerTime", "body": {}}

Request Body Fields: n/a

Responce Type - Time.

Responce Body Fields:

Parameter
Always returned
Type
Description

time

int64

the current trading time of the platform is the number of milliseconds that have passed since 01/01/1970

Example:

{"type": "Time", "id":11, "body": {"time":1686298532547}}

To see the example og usage - go here.

Last updated