⚙️
1Konto v1.0 API Docs
  • Welcome!
  • Reference
    • API Reference
    • Service
      • Service Information
      • Service Time
    • Authentication
      • Login and Authentication
    • Market Data
      • Get Top of Book
      • Get Order Book
    • Accounting
      • Get Account
      • Get Account Credit
      • Get Transactions
      • Transfers Instructions
        • Get Deposit Instructions
        • Get Withdraw Instructions
      • Withdraw Requests
        • Request Withdraw - Fiat
        • Request Withdraw - Blockchain
        • Querying for Withdraw Requests
    • Orders
      • Available Asset Pairs
      • Request Indicative Price
      • Market Order
      • Limit Order
      • RFQ - Request for Quote
        • Request Quote
        • Accept Quote
      • Querying for Orders
      • Get Order
Powered by GitBook
On this page
  • Time
  • Example
  1. Reference
  2. Service

Service Time

auth not required

Time

This endpoint is used to retrieve the current time from the server.

This endpoint is typically used for:

Synchronization: The client might want to synchronize its internal clock with the server's clock to ensure that all timestamps are accurate and consistent across all services.

Timing: The client might want to use the server's time as a reference point for timing events or measuring elapsed time.

GET /api/v1/{service}/time

The time endpoint exists on all services and may be used to fetch additional information as needed.

Example

GET /api/v1/routing/time
// Successful Response body
{
    "iso8601": "2023-02-22T03:09:39.8111051Z",
    "milliseconds": 1677035379811,
    "status": "ok",
    "httpStatusCode": 200
}

PreviousService InformationNextAuthentication

Last updated 1 year ago

Page cover image