Skip to content
API status
Start here

Developer overview

Integrate your backend with the Koneth Management API.

The Koneth Management API lets your backend manage trading accounts, move account funds, inspect account metrics, and track asynchronous operations.

Use the Management API for server-to-server integrations such as prop-firm dashboards, onboarding systems, risk services, and operational tools.

Send production requests to:

https://api.koneth.com

All Management API paths begin with /api/v1/management.

  • Create one trading account or up to 100 accounts in one request.
  • Read trading account details, balances, transactions, orders, positions, and deals.
  • Update account names and leverage.
  • Enable, disable, archive, or delete accounts.
  • Reset trading and investor passwords.
  • Deposit or withdraw account funds.
  • Export account history.
  • Read account risk metrics.
  • Inspect server configuration and available API credits.

Every request passes through these checks:

  1. Authenticate the key

    Koneth validates the management key, its status, any stored expiry, and its organization. The key secret is displayed once when created, but the key remains valid until revoked or expired.

  2. Charge the API request

    An authenticated request consumes the active api.request credit price.

  3. Authorize the operation

    Koneth checks the required scope and any server restriction on the key.

  4. Execute or queue the action

    Read requests usually return immediately. Most account mutations return a command that you track to completion.

Follow the quickstart to create a key and read your credit balance.