Protocol analysis and trading data integration for Exness Global: transaction history export, portfolio sync, balance and order APIs aligned with Open Data and compliant delivery
Exness Global is the official mobile trading app (package com.exness.android.global) for stocks, metals, indices, and CFDs. Exness supports Web Terminal API, Public Market API, and FIX API for institutional access; in 2024 the app added a revamped UI, biometric login, and smarter risk management with near real-time margin updates. We deliver protocol analysis and runnable API implementations so you can integrate account login, balance and equity, transaction history export, order and position sync, and market data—aligned with Open Data and regulatory expectations.
Click any image to view full size.
From protocol analysis and authorized data flows, the following data types can be exposed via APIs we deliver. Granularity and use cases are indicative; actual scope depends on app capabilities and client consent.
| Data type | Source (screen / feature) | Granularity | Typical use |
|---|---|---|---|
| Account balance & equity | Portfolio / account summary, Web Terminal API | Per account, real-time or snapshot | Risk dashboards, aggregation |
| Margin & free margin | Portfolio, margin level display | Per account | Risk control, margin alerts |
| Transaction history | Transaction History tab, Performance CSV export | Per transaction, date range | Reconciliation, tax, compliance |
| Open positions | Portfolio, positions list | Per position (symbol, volume, P&L) | P&L reporting, copy-trading |
| Order history (closed/pending) | History of orders, MT4/MT5 history | Per order, type and status | Trade journals, analytics |
| Deposits & withdrawals | Transaction History, payment methods | Per operation, amount and method | Cash flow, audit |
| Market quotes & candles | Public Market API, chart data | Per symbol, timeframe | Analytics, backtesting |
| Contract conditions | Symbol specs, instrument info | Per instrument | Strategy logic, compliance |
A trader or fund uses TradesViz, UltraTrader, or a custom dashboard to import Exness trade history. Our API can expose closed orders and transaction history (with consent) in a structured format. Data maps to Open Data: transaction records with symbol, volume, open/close time, P&L. Flow: Exness app or Web Terminal → auth → our API layer → export (JSON/CSV) → journal or analytics platform.
An asset manager or prop desk runs several Exness accounts and needs a single view of balance, equity, and margin. We deliver endpoints that return account summary per account_id. Fields: balance, equity, margin, free_margin, margin_level. Fits Open Finance–style account aggregation with explicit user authorization.
Compliance or accounting needs a reliable export of deposits, withdrawals, and closed trades for a given period. Our implementation can mirror the Performance-tab CSV export via API: transaction type, date, amount, symbol, and order id. Enables automated reconciliation and tax documentation without manual download.
A copy-trading or EA-style system needs to read positions and place/close orders programmatically. We integrate with the same protocols used by the Web Terminal API (order management, position list). Data flow: your system → auth (token) → our gateway → Exness; includes error handling and rate-limit awareness (e.g. 60 req/min).
Quant or research teams need historical candles and contract conditions for backtesting. We can expose Public Market API–equivalent endpoints (or protocol-derived ones) for symbol list, OHLCV, and contract specs. Use: strategy research, risk models, and reporting—with appropriate licensing and consent where required.
// Example: fetch transaction history (pseudo)
GET /api/v1/exness/transactions
Authorization: Bearer <ACCESS_TOKEN>
Query: account_id, from_date, to_date, type (deposit|withdrawal|trade)
Response: {
"transactions": [
{ "id": "...", "type": "trade", "symbol": "EURUSD", "volume": 0.1, "profit": 12.50, "time": "2025-03-01T10:00:00Z" }
],
"total": 42
}
// Example: balance, margin, equity (pseudo)
GET /api/v1/exness/account
Authorization: Bearer <ACCESS_TOKEN>
Response: {
"balance": 10000.00,
"equity": 10050.25,
"margin": 500.00,
"free_margin": 9550.25,
"margin_level": 2010.05
}
// Login and token refresh (pseudo)
POST /api/v1/auth/login
Content-Type: application/json
{ "email": "***", "password": "***" }
Response 200: { "access_token": "...", "refresh_token": "...", "expires_in": 3600 }
Response 401: { "error": "invalid_credentials" }
Response 429: { "error": "rate_limit", "retry_after": 60 }
We work from client authorization or public/authorized APIs and follow privacy and local regulations. Exness (SC) Ltd is authorized by the Financial Services Authority (FSA) Seychelles (licence SD025) as a Securities Dealer; the group also holds FSCA (South Africa), CBCS, and other jurisdictional licenses. For users in the EEA or where applicable, we align with GDPR (consent, purpose limitation, data minimization, secure transmission). All implementations support consent records, minimal retention, and no storage of credentials; we recommend NDA and clear scope for commercial integrations.
A typical pipeline we design: (1) Client app (Exness Global or your front-end / bot) — user consents and triggers requests. (2) Ingestion / API layer — our delivered service authenticates (app or Web Terminal–compatible token), validates scope, and queries the data source (transaction history, balance, orders). (3) Storage or cache (optional) — for aggregation or reporting. (4) Output — JSON/API to your dashboard, journal, or ERP. Logs and consent are retained for audit; rate limits (e.g. 60 req/min) are respected.
Exness Global targets B2C retail traders globally: individuals trading forex, stocks, metals, indices, and CFDs on mobile. The app serves regions where Exness (SC) Ltd and other group entities operate (e.g. Seychelles, South Africa, Kenya, Curaçao). Platforms: Android (com.exness.android.global) and iOS. In the same ecosystem, MetaTrader 4 / MetaTrader 5 and TradingView (webhooks) are commonly used alongside the app; third-party tools like TradesViz and UltraTrader offer trade-journal imports from Exness (MT4/MT5 or CSV).
We are a technical studio focused on app interface and authorized API integration. We deliver protocol analysis, Open Data integration, third-party integration, and automated scripting plus API documentation. Services start at $300; we can deliver first and you pay when satisfied.
What do I need to provide?
How long until delivery?
Compliance and privacy?
Get immediate access to the world's online financial markets with Exness Global. Trade top stocks, metals like gold and silver, indices, crude oil, and more. Discover a wide range of account types to suit all trading styles. Get better-than-market conditions on a reliable trading platform. Protect your positions with proprietary features like Stop Out Protection. Deposit and withdraw funds with zero in-house fees (third-party fees may apply). Choose your preferred payment method from a wide range of options. Review the latest market news and analysis directly on the app. Analyze the markets with advanced charting. Identify top market movers and seize opportunities. Test your strategy with demo trading. Contact Exness in-app support 24/7. Exness (SC) Ltd is authorized by the Financial Services Authority (FSA) in Seychelles (licence no. SD025). Risk Warning: Services relate to complex derivative products offered over-the-counter; high risk of losing money rapidly. The information on this page does not constitute financial advice. For more information: support@exness.com. Privacy policy: https://promotion.exness.com/privacy-policy/