⚙️
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
  1. Reference
  2. Service

Service Information

auth not required

This endpoint is used to retrieve information about services.

This endpoint may be used to check the status of the system and in future may provide other information.

GET /api/v1/{service}/info

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

Example

GET /api/v1/routing/info
// Successful Response body
{
    "info": {
        "service": "routing",
        "application": "service",
        "instance": "routing.service:xyywgdhn22hrg",
        "applicationLaunchTime": "2023-02-22T00:39:57.2438885Z",
        "build": {
            "version": "2.4.1",
            "commit": "872bb5ada4dd133cc1dd32bcd0124e85f090d864",
            "branch": "TELO-5073-query-order-endpoint-but-with-",
            "iso8601": "2023-02-21T19:43:39.0000000Z",
            "unixSeconds": 1677008619
        }
    },
    "status": "ok",
    "httpStatusCode": 200
}

PreviousServiceNextService Time

Last updated 1 year ago

Page cover image