AIX
Coming SoonKazakhstan Brokers
connectorType: "aix"Astana International Exchange
Connection Architecture
AIX
WebSocket / REST→
Connector
libs/exchange-aix→
Provider
:8081/api→
Detector
Advisor
Studio
The connector receives data from the exchange and feeds it to Provider (port 8081). From there — to Detector, Advisor, and Studio.
Technologies
Transport
WebSocketREST
Authentication
OAuth2 Client CredentialsData Format
JSONFeatures
OAuth2AIFC Regulated
Best for
- International institutional investors seeking USD-denominated Central Asian exposure under AIFC jurisdiction.
- Issuers and market participants requiring algorithmic access to AIX-listed instruments.
- Cross-border portfolio managers combining KASE tenge assets with AIX dollar-denominated securities.
Connect via code
1Environment variables (.env)
AIX_CLIENT_ID=your_client_id_here AIX_CLIENT_SECRET=your_client_secret_here
2Connector configuration
// config/config.provider.json
{
"provider": {
"connectors": [
{
"connectorType": "aix",
"enabled": true,
"markets": [
{ "marketType": "spot", "symbols": [{ "name": "BTCUSDT" }] }
],
"subscriptions": [
{ "type": "PROVIDER_MARKETDATA_CANDLE", "symbols": ["BTCUSDT"], "intervals": ["min1", "h1"], "active": true },
{ "type": "PROVIDER_MARKETDATA_TRADE", "symbols": ["BTCUSDT"], "active": true },
{ "type": "PROVIDER_MARKETDATA_ORDERBOOK", "symbols": ["BTCUSDT"], "active": true }
]
}
]
}
}3Verify and query data
# Verify connection curl -H "Authorization: Bearer $PROVIDER_API_TOKEN" \ https://localhost:8081/api/exchanges/runtime-proof # Candles (last 7 days) curl -H "Authorization: Bearer $PROVIDER_API_TOKEN" \ "https://localhost:8081/api/candles/aix/spot/BTCUSDT/h1?days=7"
Available via Barfinex API
/api/candles/aix/...
/api/trades/aix/...
/api/orderbook/aix/...
/api/account/aix/...
/api/symbols/aix/...
/api/assets/aix/...
Studio graphical setup — in development, coming in the next release.
Important
Authentication uses OAuth2 client-credentials — access tokens must be refreshed before expiry.
AIX operates under AIFC regulation, which may impose specific participant eligibility requirements for order routing.
Connect in Studio(soon)
Exchange Website