Get server time
REQUEST wss://ws.bitvavo.com/v2 getTime
Returns the current Unix timestamp of Bitvavo servers.
Rate limit weight points: 1
Request
- Schema
- Example (body)
Body
actionstring
Set value to getTime.
Example:
getTimerequestIdinteger
Your identifier for the request.
Example:
1{
"action": "getTime",
"requestId": 1
}
Response
- Schema
- Example (body)
Schema
actionstring
The action performed.
Example:
getTimerequestIdinteger
Your identifier for the request.
Example:
1response object
timeinteger
The current Unix timestamp in milliseconds of Bitvavo servers.
Example:
1539180275424timeNsinteger
The current Unix timestamp of Bitvavo servers in nanoseconds.
Example:
1752139200000000000{
"action": "getTime",
"requestId": 1,
"response": {
"time": 1539180275424,
"timeNs": 1752139200000000000
}
}