EarnBIT
CtrlK
  • Exchange API Documentation
    • Public endpoints | HTTP
      • Pairs List
      • Pairs Stats
      • Specific Pair Stats
      • Order Book Data
      • Market History
      • Market History Data
      • Products
      • Symbols
      • Depth List
      • Chart Data KLine
    • Private endpoints | HTTP
      • Authentication and API Keys
      • Create Limit Order
      • Cancel Order
      • My Active Orders
      • All My Trade Balances
      • My Specific Trade Balance
      • My Order Info
      • My Trades Info
      • My Order History
      • My Order History List
    • Basic structure | WEBSOKET
    • Public methods | WEBSOKET
      • Ping-Pong
      • System Time
      • KLine methods
      • Market Price methods
      • Market Status methods
      • Deals methods
      • Depth methods
    • Private methods | WEBSOKET
      • Authorization
      • My Assets methods
      • My Orders methods
Powered by GitBook
On this page
  1. Exchange API Documentation
  2. Public methods | WEBSOKET

System Time

This method is used to synchronize with websocket service time.

Method

server.time

Request Example

{
  "method":"server.time",
  "params":[],
  "id":1
}

Response "params" parameters

Name
Type
Desciption

time

NUMERIC

Current time in TimeStamp format

Response Example

{
    "id": 0,
    "params": [],
    "result": 1727259949,
    "error": null
}
PreviousPing-PongNextKLine methods