Live exchange connectivity

Spot Trading

Mode live-serviceEquity KES 0.00

BX-Exchange portfolio

Peatio is configured. Set server-side BX_EXCHANGE_PEATIO_JWT (Barong/Peatio bearer token) to load authenticated account balances.

BX-Exchange

Service Health

Server-side connectivity check for all exchange microservices. Checks run at request time from the Next.js server process.

● Operational

checked 13 May 2026, 07:41

Overall: Operational

All exchange services are configured and reachable.

Services configured

3 / 3

required for live trading

Trading mode

Live

real-time data

Regulatory

VASP

Kenya VASP Act 2025 — 2FA mandatory

Microservice status

Peatio (Trading Engine)

● Operational

Order matching, fills, wallet ledger, and fee accounting.

Env var

BX_EXCHANGE_PEATIO_URL

http://174.138.53.242:13000

Barong (Identity Service)

● Operational

KYC levels, session tokens, 2FA enforcement, and permission gates.

Env var

BX_EXCHANGE_BARONG_URL

http://174.138.53.242:18002

Ranger (Market Data)

● Operational

WebSocket market data stream — tickers, order book depth, and trade prints.

Env var

BX_EXCHANGE_RANGER_URL

http://174.138.53.242:8080

Configuration checklist

All three service URLs must be set as server-side environment variables. Do not expose these to the browser.

Trading engine API (Peatio)

http://174.138.53.242:13000

Identity service API (Barong)

http://174.138.53.242:18002

Market data WebSocket (Ranger)

http://174.138.53.242:8080

Architecture: BX-Exchange is built on the OpenDAX stack — Peatio handles order matching and balances, Barong manages identities and KYC, and Ranger delivers real-time WebSocket market data. All three must be running and reachable from the Next.js server process for live trading.