⚙️
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
  • Domains
  • Available Services
  • Required Headers
  1. Reference

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.

PreviousWelcome!NextService

Last updated 1 year ago

Page cover image