Resources / Integration

Integration and API architecture

GIGX exposes a small number of well-defined service boundaries. Each is provider-backed, so a demo provider can be replaced by a live one without changing the product experience.

Service interfaces

InterfaceResponsibilityDemo provider
Market dataQuotes, indices, movers, historical series, company dataSimulated series
OrdersOrder creation, validation, lifecycle transitions, executionsSimulated matcher
PortfolioPositions, cash, valuation, performance, dividendsPlatform ledger
Identity & KYCVerification checks and statusSimulated verification
PaymentsFunding and withdrawal instructionsSimulated rails
ComplianceEligibility evaluation, disclosures, restrictionsPlatform rules
NotificationsOrder, portfolio, risk, compliance and account messagesIn-platform delivery

Replacing a provider

Product code depends on the interface, never on a concrete provider. Connecting a live market-data feed or a broker order-management system means implementing the interface and changing configuration - the investor experience, risk engine and audit trail continue to work unchanged.

Every call crosses a server boundary where authentication, authorisation and validation are applied. No provider credential is ever present in client code.

Speak with the GIGX team

We work with licensed brokers, investment firms and market infrastructure operators.