GetServerTime - getting the current trading time.
GetServerTime
-
Example:
{"id": 11, "type":"GetServerTime", "body": {}}
Request Body Fields: n/a
Responce Type - Time.
Time.
Responce Body Fields:
time
int64
the current trading time of the platform is the number of milliseconds that have passed since 01/01/1970
{"type": "Time", "id":11, "body": {"time":1686298532547}}
To see the example og usage - go here.
Last updated 2 years ago