Server Time & Currency Rates

Server Time

GET /api/v3/time

Returns the current server Unix timestamp.

{
    "serverTime": 1630862400
}

Currency Rates

GET /api/v3/currency-rates

Returns valuation rates for all currencies as a map of currency code to rate string.

{
    "BTC": "45000.00000000",
    "ETH": "1632.69000000",
    "USDT": "1.00000000"
}