Key Terminology
Before diving into the APIs, it’s important to understand how INTX distinguishes between core concepts:
Key distinctions:
- Asset vs Instrument: Assets are held (e.g., 10 USDC in a balance). Instruments are traded (e.g., BTC-PERP). An asset transfer moves cryptocurrency between portfolios. A position transfer moves an open derivatives position.
- Order vs Fill: An order is the parent record representing a trade request. Fills are the individual executions recorded against that order. One order can produce multiple fills if matched in parts.
- Balance vs Position: A balance reflects how much of an asset is held. A position reflects exposure to an instrument’s price movement.
Instrument Types
INTX supports two primary instrument types:- Perpetual (
PERP): Perpetual futures contracts that never expire. These instruments track the underlying asset price and use a funding rate mechanism to keep prices aligned with spot markets. - Spot (
SPOT): Direct asset-to-asset trading pairs for immediate settlement.