Skip to main content

Core Concepts

A consolidated map of the trading entities and risk concepts used across the API.

Core trading entities

Account

Accounts

Account settings, trading status, leverage, margin call, stop out, and account currency. Accounts matter because every trading and market-data workflow is scoped to account permissions.

Trading

Orders

Orders are trading instructions, including pending orders and SLTP objects. They matter because they represent client intent before or during execution.

Exposure

Positions

Positions are open market exposure created by executed trading operations. They matter for PnL, margin, and close/modify workflows.

Execution

Deals

Deals are execution results and balance-affecting financial events. They matter for history, realized PnL, and reconciliation.

Realtime

Market Data

Market Data includes candles, ticks, instrument updates, and trading-related events. It matters for pricing, charts, and strategy decisions.

Risk

Margin & Leverage

Margin and leverage determine how much exposure can be opened and maintained. They matter for no-money errors, margin calls, and stop out.

HMR

High Margin Requirements (HMR)

HMR periods may cap leverage for affected instruments. HMR matters because margin can change during high-risk periods.

ConceptRelated guideReference
AccountsSend Your First RequestGenerated account endpoints in API Reference.
Orders / PositionsPlace Your First TradeGenerated trading endpoints in API Reference.
DealsRuntime SemanticsGenerated history endpoints in API Reference.
Market DataSubscribe to Market DataGenerated WebSocket/reference section.
Margin & HMRFormulas & CalculationsGenerated configuration/instrument schemas.