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 feeds exchange data to Provider. Detector receives market data, Studio receives read views, and Advisor sees only signed candidate evidence.
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
Public verification 1. Configure credentials in the private Provider environment. 2. Verify connector status in the internal Studio/Provider console. 3. Use Barfinex public pages to inspect market data. Operator Provider commands and tokens remain in internal runbooks only.
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