API Reference
Domains
Dive into the specifics of each API endpoint by checking out our complete documentation.
1Konto provides two (domains) environments for APIs:
https://api.staging.1konto.com
Currently Available
For testing. No real trading. Results against our mock service.
https://api.1konto.com
Currently Available
After testing in staging is complete and approved, clients can access the production environment. Real trading, real transactions.
Available Services
Accounting: Ability to query account information.
Endpoint:/api/v1/accounting/
Identity: Ability to login so you may access authorized available endpoints.
Endpoint: /api/v1/identity/
Routing: Ability to obtain indicative asset quotes, submit orders and query orders.
Endpoint: /api/v1/routing/
Required Headers
Content-Type: application/json
: for all requests unless otherwise specified.
Last updated