Start Building Projects on Bitkub

    Build powerful trading applications with Thailand's leading cryptocurrency exchange. Access real-time market data, execute trades, and manage accounts programmatically.

    Tools for Developers

    Everything you need to build sophisticated trading applications and integrate with Bitkub's ecosystem

    Market Data API

    Access real-time and historical market data for all trading pairs with comprehensive ticker information.

    Trading Engine

    Execute trades programmatically with our high-performance trading engine and order management system.

    Secure Authentication

    Enterprise-grade security with API key authentication, rate limiting, and advanced access controls.

    Get Started in Minutes

    Follow these simple steps to start building with Bitkub API

    Get API Credentials

    Sign up for a Bitkub account and generate your API key and secret from the developer dashboard.

    Create Account

    Make Your First Call

    Use our REST API to fetch market data or manage your account. Start with our public endpoints.

    View Examples

    Explore Documentation

    Dive deep into our comprehensive API documentation with detailed examples and use cases.

    Read Docs
    Example API Call
    curl -X GET "https://api.bitkub.com/api/market/ticker" \
      -H "Accept: application/json"
    
    {
      "THB_BTC": {
        "id": 1,
        "last": "1234567.00",
        "lowestAsk": "1234568.00",
        "highestBid": "1234566.00",
        "percentChange": "2.34"
      }
    }