Get server time
GET/time
Returns the current Unix timestamp of Bitvavo servers.
info
This is a public endpoint. However, authenticating your request gives you a higher rate limit.
Rate limit weight points: 1
Responses
- 200
- 4XX
The request was successful.
- application/json
- Schema
- Example (body)
Schema
timeinteger<unix-timestamp in milliseconds>
The current Unix timestamp of Bitvavo servers.
Example:
1539180275424timeNsinteger<unix-timestamp in nanoseconds>
The current Unix timestamp of Bitvavo servers in nanoseconds.
Example:
1752139200000000000{
"time": 1539180275424,
"timeNs": 1752139200000000000
}
For error codes, see Handle errors.