Hibit: Omni-chain DEX with CEX-level performance
  • Overview
    • Why Hibit DEX
    • Hibit L1 Features
  • Core mechanisms
    • 📜Hybrid Consensus Protocol
    • 🔍AI-Driven Tokenization & Intelligent Interactions
    • ⛽Omni-Chain Compatibility
    • 🧠AI-Powered Liquidity & Order Matching Engine
    • 🧩Scalable & Sustainable Cross-Chain Solutions
    • 💻Development Achievements
    • 💠Transparency & Open Infrastructure
  • AI-Driven Future and Ecosystem
    • 📏Trading Hub
    • 🐶Meme Economy
    • 💸AI-Integrated Wallet
    • 💱Payment System
    • 🌲Infrastructure and Ecosystem
  • Get started
    • 🔑Login
    • 💵Deposit
    • 📊Trade
    • 💰Fee Structure
    • ⛲Withdrawal
    • 🚀Token Listing
      • 🌟Basic mode
      • 🎓Pro mode
    • 💳Manage Liquidity
    • 💸Liquidity Provider
    • ❓Q & A
      • Why Swap Orders Get Cancelled?
  • Developers
    • API
      • Basic
        • get timestamp
        • get chains
        • get assets
        • get asset
      • Market
        • get markets
        • get market
        • get 24hr ticker
        • get extended 24‑hr ticker
        • get kline
        • get swap info
        • get depth
        • get trade history
      • Order
        • get orders
        • get order
        • get trades of order
        • submit spot order
        • cancel spot order
      • Wallet
        • get nonce
        • get balances
      • Broker
        • Get payment address
        • Quote
        • Swap
        • Get agent order
    • Dev SDK
    • Getting Your Proxy Key
  • Risk Management
  • Rewards Program
  • Roadmap
  • Glossary
Powered by GitBook
On this page
  • Hibit API Documentation Overview
  • Introduction
  • Getting Started
  • Conclusion
  • References
  1. Developers

API

Hibit API Documentation Overview

Introduction

The Hibit API enables secure and seamless integration with the Hibit platform (Hibit DEX & Hibit Chain) through dedicated endpoints for:

  • Basic Data: Retrieve operational data essential for platform functionality.

  • Market Data: Access market lists, detailed market information, tickers, candlestick (K-line) data, and market depth.

  • Order Management: Query order details, submit new orders (both limit and swap types), and cancel limit orders (swap orders execute fully or cancel).

  • Wallet Operations: Retrieve wallet nonce values and balance information.

Using the HibitChain Identity Number (HIN) via a secure Proxy Key mechanism, the API maps your existing wallet to the platform, enhancing security while simplifying key management.

Getting Started

To begin integrating with the Hibit API:

  • Explore the Documentation: Dive into dedicated sections for basic data, market data, order management, and wallet operations.

  • HIN Integration: Include your unique HIN in API requests to securely link your wallet.

  • Hibit SDK: For a smoother integration experience, consider the TypeScript-based Hibit SDK available on GitHub.

Conclusion

The Hibit API consolidates essential functionalities—market data, order management, wallet operations, and secure HIN integration—into a single, robust interface, enabling efficient and secure application development without the need for new wallet setups.

References

PreviousDevelopersNextBasic

Last updated 2 months ago

What's HIN?
How to Obtain your HIN and Proxy Key?
Hibit SDK examples
Hibit SDK source code