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.
Create a scoped key and call the API.
OpenAPI contractDownload the machine-readable API specification.
Receive webhooksVerify notifications and understand current event availability and delivery behavior.
Base URL
Section titled “Base URL”Send production requests to:
https://api.koneth.comAll Management API paths begin with /api/v1/management.
What you can build
Section titled “What you can build”- 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.
How requests work
Section titled “How requests work”Every request passes through these checks:
- 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.
- Charge the API request
An authenticated request consumes the active
api.requestcredit price. - Authorize the operation
Koneth checks the required scope and any server restriction on the key.
- Execute or queue the action
Read requests usually return immediately. Most account mutations return a command that you track to completion.
Next step
Section titled “Next step”Follow the quickstart to create a key and read your credit balance.