Developer documentation

API workspace
https://api.rentron.xyz/v1
OpenAPI schema

Time

// GET

Production API

Server time

Read API Unix time before signing requests and diagnose clock drift.

GET /v1/time
On this page

This is the only endpoint that does not require HMAC. Use it to diagnose client clock drift, not before every request.

Request

curl https://api.rentron.xyz/v1/time

Response 200

{"unix_time":1784376000}
Field Type Description
unix_time integer Current server Unix time in seconds.

X-Request-Timestamp on a signed request must be within five minutes of this value.

Errors

Rate limiting returns 429 with Retry-After. The body always follows RFC 9457.