Build powerful trading applications with Thailand's leading cryptocurrency exchange. Access real-time market data, execute trades, and manage accounts programmatically.
Everything you need to build sophisticated trading applications and integrate with Bitkub's ecosystem
Access real-time and historical market data for all trading pairs with comprehensive ticker information.
Execute trades programmatically with our high-performance trading engine and order management system.
Enterprise-grade security with API key authentication, rate limiting, and advanced access controls.
Follow these simple steps to start building with Bitkub API
Sign up for a Bitkub account and generate your API key and secret from the developer dashboard.
Create AccountUse our REST API to fetch market data or manage your account. Start with our public endpoints.
View ExamplesDive deep into our comprehensive API documentation with detailed examples and use cases.
Read Docscurl -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"
}
}