# Exchange API Limitations ⎊ Term

**Published:** 2026-05-23
**Author:** Greeks.live
**Categories:** Term

---

![The image displays a close-up view of two dark, sleek, cylindrical mechanical components with a central connection point. The internal mechanism features a bright, glowing green ring, indicating a precise and active interface between the segments](https://term.greeks.live/wp-content/uploads/2025/12/modular-smart-contract-coupling-and-cross-asset-correlation-in-decentralized-derivatives-settlement.webp)

![A high-resolution, abstract close-up image showcases interconnected mechanical components within a larger framework. The sleek, dark blue casing houses a lighter blue cylindrical element interacting with a cream-colored forked piece, against a dark background](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-protocol-collateralization-mechanism-smart-contract-liquidity-provision-and-risk-engine-integration.webp)

## Essence

**Exchange API Limitations** define the technical boundaries imposed by trading venues on programmatic access. These constraints govern the velocity, volume, and complexity of interactions between automated trading systems and the underlying matching engine. They serve as the primary filter for market participation, determining the capacity for high-frequency strategies and the effective latency experienced by market makers. 

> Exchange API Limitations act as the structural ceiling for algorithmic participation, directly dictating the efficiency of liquidity provision and price discovery.

These restrictions manifest through distinct architectural barriers. Rate limits dictate the frequency of requests, preventing system overload but simultaneously capping the responsiveness of delta-neutral hedging engines. Payload constraints limit the volume of orders transmitted per packet, forcing architectural trade-offs in how complex derivative portfolios are managed during periods of high volatility.

![The image captures an abstract, high-resolution close-up view where a sleek, bright green component intersects with a smooth, cream-colored frame set against a dark blue background. This composition visually represents the dynamic interplay between asset velocity and protocol constraints in decentralized finance](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-execution-and-liquidity-dynamics-in-perpetual-swap-collateralized-debt-positions.webp)

## Origin

The genesis of these constraints lies in the fundamental tension between centralized server capacity and the decentralized, permissionless nature of crypto assets.

Early trading venues adopted legacy models from traditional finance, where API access functioned as a gated privilege. As digital asset volumes surged, the necessity to protect matching engines from malicious or inefficient automated agents drove the formalization of these limits.

- **Request Throughput Thresholds** emerged as a defense against denial-of-service vectors that could cripple order book integrity.

- **Latency Floor Requirements** were instituted to ensure a semblance of fairness, preventing colocation advantages from monopolizing execution.

- **Data Stream Granularity** restrictions evolved to manage the immense bandwidth consumption required by full-depth order book streaming.

These limitations were rarely designed for the needs of modern, multi-leg derivative strategies. Instead, they were reactive measures to maintain uptime. Consequently, the current state of API access remains a byproduct of venue-centric risk management rather than user-centric utility.

![A close-up view presents three distinct, smooth, rounded forms interlocked in a complex arrangement against a deep navy background. The forms feature a prominent dark blue shape in the foreground, intertwining with a cream-colored shape and a metallic green element, highlighting their interconnectedness](https://term.greeks.live/wp-content/uploads/2025/12/interdependent-synthetic-asset-linkages-illustrating-defi-protocol-composability-and-derivatives-risk-management.webp)

## Theory

The mechanics of these limitations rest on the interaction between network throughput and state synchronization.

In a high-frequency environment, the time delta between an API request and order matching represents the cost of capital. When a venue enforces strict rate limits, it forces the strategy to queue orders, introducing **slippage risk** that compounds during periods of rapid price movement.

> Algorithmic performance in crypto options remains tethered to the physical constraints of the API, where rate limits create artificial friction in market efficiency.

Mathematically, this can be modeled as a queuing problem where the service rate is fixed by the exchange. If the arrival rate of orders from a market-making bot exceeds the service rate, the buffer overflows, leading to dropped packets or increased latency. This is where the pricing model becomes dangerous if ignored; the Greeks of a portfolio ⎊ specifically **Gamma** and **Vega** ⎊ require near-instantaneous adjustments.

If the API cannot accommodate these adjustments, the delta-hedge becomes obsolete before it executes.

| Constraint Type | Systemic Impact | Strategic Consequence |
| --- | --- | --- |
| Rate Limiting | Reduced Order Throughput | Increased Unhedged Exposure |
| Bandwidth Caps | Stale Market Data | Adverse Selection Risk |
| Connection Limits | Fragmented Execution | Higher Execution Costs |

The reality of these systems involves constant stress. Automated agents must navigate these constraints while accounting for the inherent volatility of the underlying assets. Sometimes the system feels like a game of musical chairs, where the music stops precisely when the liquidity is needed most.

![A sleek, abstract object features a dark blue frame with a lighter cream-colored accent, flowing into a handle-like structure. A prominent internal section glows bright neon green, highlighting a specific component within the design](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-synthetic-assets-architecture-demonstrating-collateralized-risk-exposure-management-for-options-trading-derivatives.webp)

## Approach

Current strategies for navigating these limitations prioritize architectural resilience over raw speed.

Sophisticated firms employ distributed gateway architectures to bypass single-connection bottlenecks. By multiplexing orders across multiple API keys and endpoints, they distribute the load, effectively scaling their interaction with the matching engine.

- **Order Batching** allows for the aggregation of multiple adjustments into a single transmission, minimizing the frequency of API calls.

- **Dynamic Throttle Management** involves real-time monitoring of response headers to predict and avoid rate-limit penalties before they trigger.

- **Local Order State Reconciliation** ensures that the bot’s internal ledger matches the exchange’s state, preventing redundant requests that waste limited bandwidth.

The focus remains on minimizing the footprint of each request. Every byte transmitted must justify its cost in terms of execution probability. Market makers who fail to optimize these interactions find their orders consistently rejected or filled at inferior prices, effectively taxing their capital efficiency.

![This image features a dark, aerodynamic, pod-like casing cutaway, revealing complex internal mechanisms composed of gears, shafts, and bearings in gold and teal colors. The precise arrangement suggests a highly engineered and automated system](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-options-protocol-showing-algorithmic-price-discovery-and-derivatives-smart-contract-automation.webp)

## Evolution

The transition from simple REST interfaces to high-performance FIX and WebSocket protocols marks the maturation of the space.

Early venues treated APIs as an afterthought, often resulting in unstable connections and inconsistent data streams. The industry moved toward standardized protocols to allow for more predictable interaction with margin engines and liquidation protocols.

> The evolution of API standards signals a shift from amateur-led interfaces toward professional-grade execution environments that mirror institutional requirements.

We now see the rise of dedicated, low-latency gateways that provide priority access for high-volume participants. This creates a tiered structure where the quality of API access becomes a competitive advantage. The future points toward decentralized APIs where access is governed by smart contracts, potentially removing the centralized bottleneck that currently dictates market access.

![A close-up view of a high-tech mechanical joint features vibrant green interlocking links supported by bright blue cylindrical bearings within a dark blue casing. The components are meticulously designed to move together, suggesting a complex articulation system](https://term.greeks.live/wp-content/uploads/2025/12/interconnected-financial-derivatives-framework-illustrating-cross-chain-liquidity-provision-and-collateralization-mechanisms-via-smart-contract-execution.webp)

## Horizon

The path forward involves the integration of hardware-level optimization and protocol-level transparency.

As decentralized options platforms grow, the limitations will shift from centralized rate limits to blockchain-specific constraints like block time and gas fees. The challenge will be to maintain high-frequency capabilities within the deterministic but slower environment of on-chain settlement.

| Future Development | Technical Focus | Financial Outcome |
| --- | --- | --- |
| Zero-Knowledge Proofs | Verifiable Order Matching | Reduced Trust Assumptions |
| Asynchronous Execution | Non-Blocking Order Flows | Higher Capital Efficiency |
| Cross-Chain Gateways | Unified Liquidity Access | Reduced Market Fragmentation |

The ultimate goal is the abstraction of the API itself. Future systems will likely interact with liquidity through intent-based architectures, where the participant specifies the desired outcome and the protocol handles the routing and execution. This would render the current, manual management of API limits obsolete, allowing participants to focus on strategy rather than connectivity. How does the transition to intent-based execution fundamentally alter the role of the market maker in managing systemic liquidity risk?

## Glossary

### [Order Execution Latency](https://term.greeks.live/area/order-execution-latency/)

Measurement ⎊ Order execution latency represents the temporal interval between the transmission of a trade signal from a client interface and the final confirmation of order fulfillment on a crypto exchange.

### [Algorithmic Trading Constraints](https://term.greeks.live/area/algorithmic-trading-constraints/)

Constraint ⎊ Algorithmic trading constraints, within cryptocurrency, options, and derivatives markets, represent the boundaries and limitations imposed on automated trading systems.

### [WebSocket Stream Optimization](https://term.greeks.live/area/websocket-stream-optimization/)

Algorithm ⎊ WebSocket Stream Optimization, within cryptocurrency and derivatives markets, represents a focused refinement of data transmission protocols to minimize latency and maximize throughput.

### [Market Maker Connectivity](https://term.greeks.live/area/market-maker-connectivity/)

Architecture ⎊ Market Maker Connectivity represents the technological infrastructure enabling automated trading firms to interact directly with cryptocurrency exchanges and decentralized finance (DeFi) platforms.

### [REST API Throughput](https://term.greeks.live/area/rest-api-throughput/)

Capacity ⎊ The maximum rate at which a server processes incoming HTTP requests represents the primary constraint for algorithmic trading systems interacting with cryptocurrency exchange infrastructure.

### [Market Data Feed Latency](https://term.greeks.live/area/market-data-feed-latency/)

Architecture ⎊ Market data feed latency represents the cumulative temporal delay between the generation of a price update at the exchange matching engine and its eventual ingestion by a trader’s execution infrastructure.

### [API Key Management](https://term.greeks.live/area/api-key-management/)

Authentication ⎊ API Key Management within cryptocurrency, options trading, and financial derivatives represents a critical component of secure access control to trading platforms and data feeds.

### [Trading Engine Throughput](https://term.greeks.live/area/trading-engine-throughput/)

Throughput ⎊ Trading engine throughput, within the context of cryptocurrency, options trading, and financial derivatives, represents the volume of transactions a system can process within a defined timeframe, typically measured in transactions per second (TPS).

### [Liquidity Provision Efficiency](https://term.greeks.live/area/liquidity-provision-efficiency/)

Efficiency ⎊ Liquidity provision efficiency, within cryptocurrency and derivatives markets, represents the optimal utilization of capital to facilitate trading volume while minimizing impermanent loss and maximizing fee revenue for liquidity providers.

### [Order Book Synchronization](https://term.greeks.live/area/order-book-synchronization/)

Context ⎊ Order Book Synchronization, within cryptocurrency, options trading, and financial derivatives, refers to the process of maintaining consistent and accurate representations of order book data across multiple systems or nodes.

## Discover More

### [Exchange Data Integration](https://term.greeks.live/term/exchange-data-integration/)
![This visualization depicts the core mechanics of a complex derivative instrument within a decentralized finance ecosystem. The blue outer casing symbolizes the collateralization process, while the light green internal component represents the automated market maker AMM logic or liquidity pool settlement mechanism. The seamless connection illustrates cross-chain interoperability, essential for synthetic asset creation and efficient margin trading. The cutaway view provides insight into the execution layer's transparency and composability for high-frequency trading strategies.](https://term.greeks.live/wp-content/uploads/2025/12/analyzing-decentralized-finance-smart-contract-execution-composability-and-liquidity-pool-interoperability-mechanisms-architecture.webp)

Meaning ⎊ Exchange Data Integration synchronizes decentralized market events to enable accurate pricing, risk management, and efficient derivative trading.

### [Protocol Data Availability](https://term.greeks.live/term/protocol-data-availability/)
![A detailed illustration representing the structural integrity of a decentralized autonomous organization's protocol layer. The futuristic device acts as an oracle data feed, continuously analyzing market dynamics and executing algorithmic trading strategies. This mechanism ensures accurate risk assessment and automated management of synthetic assets within the derivatives market. The double helix symbolizes the underlying smart contract architecture and tokenomics that govern the system's operations.](https://term.greeks.live/wp-content/uploads/2025/12/autonomous-smart-contract-architecture-for-algorithmic-risk-evaluation-of-digital-asset-derivatives.webp)

Meaning ⎊ Protocol Data Availability ensures verifiable access to transaction data, serving as the critical foundation for trustless derivative settlement.

### [Exchange API Throughput](https://term.greeks.live/definition/exchange-api-throughput/)
![A high-resolution visualization shows a multi-stranded cable passing through a complex mechanism illuminated by a vibrant green ring. This imagery metaphorically depicts the high-throughput data processing required for decentralized derivatives platforms. The individual strands represent multi-asset collateralization feeds and aggregated liquidity streams. The mechanism symbolizes a smart contract executing real-time risk management calculations for settlement, while the green light indicates successful oracle feed validation. This visualizes data integrity and capital efficiency essential for synthetic asset creation within a Layer 2 scaling solution.](https://term.greeks.live/wp-content/uploads/2025/12/decentralized-high-throughput-data-processing-for-multi-asset-collateralization-in-derivatives-platforms.webp)

Meaning ⎊ The limit on how many requests or orders a user can send to an exchange interface per unit of time.

### [Derivatives Arbitrage Skill](https://term.greeks.live/definition/derivatives-arbitrage-skill/)
![This abstract visualization illustrates the complex smart contract architecture underpinning a decentralized derivatives protocol. The smooth, flowing dark form represents the interconnected pathways of liquidity aggregation and collateralized debt positions. A luminous green section symbolizes an active algorithmic trading strategy, executing a non-fungible token NFT options trade or managing volatility derivatives. The interplay between the dark structure and glowing signal demonstrates the dynamic nature of synthetic assets and risk-adjusted returns within a DeFi ecosystem, where oracle feeds ensure precise pricing for arbitrage opportunities.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-volatility-arbitrage-strategy-in-decentralized-derivatives-market-architecture-and-smart-contract-execution-logic.webp)

Meaning ⎊ The proficiency in identifying and capturing price inefficiencies between related financial derivatives and spot markets.

### [Institutional Crypto Trading Infrastructure](https://term.greeks.live/term/institutional-crypto-trading-infrastructure/)
![A precision-engineered mechanism featuring golden gears and robust shafts encased in a sleek dark blue shell with teal accents symbolizes the complex internal architecture of a decentralized options protocol. This represents the high-frequency algorithmic execution and risk management parameters necessary for derivative trading. The cutaway reveals the meticulous design of a clearing mechanism, illustrating how smart contract logic facilitates collateralization and margin requirements in a high-speed environment. This structure ensures transparent settlement and efficient liquidity provisioning within the tokenomics framework.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-execution-infrastructure-for-decentralized-finance-derivative-clearing-mechanisms-and-risk-modeling.webp)

Meaning ⎊ Institutional crypto trading infrastructure provides the technical and operational framework necessary for large-scale, professional digital asset deployment.

### [Margin Update Efficiency](https://term.greeks.live/term/margin-update-efficiency/)
![A high-performance smart contract architecture designed for efficient liquidity flow within a decentralized finance ecosystem. The sleek structure represents a robust risk management framework for synthetic assets and options trading. The central propeller symbolizes the yield generation engine, driven by collateralization and tokenomics. The green light signifies successful validation and optimal performance, illustrating a Layer 2 scaling solution processing high-frequency futures contracts in real-time. This mechanism ensures efficient arbitrage and minimizes market slippage.](https://term.greeks.live/wp-content/uploads/2025/12/smart-contract-propulsion-system-optimizing-on-chain-liquidity-and-synthetics-volatility-arbitrage-engine.webp)

Meaning ⎊ Margin Update Efficiency minimizes the latency between market volatility and collateral adjustment to ensure protocol solvency and capital optimization.

### [Programmable Financial Protocols](https://term.greeks.live/term/programmable-financial-protocols/)
![A visual representation of multi-asset investment strategy within decentralized finance DeFi, highlighting layered architecture and asset diversification. The undulating bands symbolize market volatility hedging in options trading, where different asset classes are managed through liquidity pools and interoperability protocols. The complex interplay visualizes derivative pricing and risk stratification across multiple financial instruments. This abstract model captures the dynamic nature of basis trading and supply chain finance in a digital environment.](https://term.greeks.live/wp-content/uploads/2025/12/abstract-visualization-of-layered-blockchain-architecture-and-decentralized-finance-interoperability-protocols.webp)

Meaning ⎊ Programmable financial protocols automate the lifecycle of derivatives, enabling transparent, permissionless risk management through smart contracts.

### [Interchain Liquidity Provision](https://term.greeks.live/term/interchain-liquidity-provision/)
![A sophisticated abstract composition representing the complexity of a decentralized finance derivatives protocol. Interlocking structural components symbolize on-chain collateralization and automated market maker interactions for synthetic asset creation. The layered design reflects intricate risk management strategies and the continuous flow of liquidity provision across various financial instruments. The prominent green ring with a luminous inner edge illustrates the continuous nature of perpetual futures contracts and yield farming opportunities within a tokenized ecosystem.](https://term.greeks.live/wp-content/uploads/2025/12/interconnected-financial-derivatives-ecosystem-visualizing-algorithmic-liquidity-provision-and-collateralized-debt-positions.webp)

Meaning ⎊ Interchain Liquidity Provision optimizes capital efficiency by enabling the seamless, automated deployment of assets across disparate blockchain networks.

### [High Frequency Analytics](https://term.greeks.live/term/high-frequency-analytics/)
![A futuristic, propeller-driven aircraft model represents an advanced algorithmic execution bot. Its streamlined form symbolizes high-frequency trading HFT and automated liquidity provision ALP in decentralized finance DeFi markets, minimizing slippage. The green glowing light signifies profitable automated quantitative strategies and efficient programmatic risk management, crucial for options derivatives. The propeller represents market momentum and the constant force driving price discovery and arbitrage opportunities across various liquidity pools.](https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-high-frequency-trading-bot-for-decentralized-finance-options-market-execution-and-liquidity-provision.webp)

Meaning ⎊ High Frequency Analytics provides the computational framework necessary for precise, low-latency execution and risk management in decentralized markets.

---

## Raw Schema Data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://term.greeks.live/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Term",
            "item": "https://term.greeks.live/term/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Exchange API Limitations",
            "item": "https://term.greeks.live/term/exchange-api-limitations/"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://term.greeks.live/term/exchange-api-limitations/"
    },
    "headline": "Exchange API Limitations ⎊ Term",
    "description": "Meaning ⎊ Exchange API Limitations define the structural boundaries for automated liquidity provision and determine the efficiency of risk management in derivatives. ⎊ Term",
    "url": "https://term.greeks.live/term/exchange-api-limitations/",
    "author": {
        "@type": "Person",
        "name": "Greeks.live",
        "url": "https://term.greeks.live/author/greeks-live/"
    },
    "datePublished": "2026-05-23T23:49:28+00:00",
    "dateModified": "2026-05-23T23:49:28+00:00",
    "publisher": {
        "@type": "Organization",
        "name": "Greeks.live"
    },
    "articleSection": [
        "Term"
    ],
    "image": {
        "@type": "ImageObject",
        "url": "https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-trading-mechanism-visualization-in-decentralized-finance-protocol-architecture-with-synthetic-assets.jpg",
        "caption": "A high-resolution 3D digital artwork shows a dark, curving, smooth form connecting to a circular structure composed of layered rings. The structure includes a prominent dark blue ring, a bright green ring, and a darker exterior ring, all set against a deep blue gradient background."
    }
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "@id": "https://term.greeks.live/term/exchange-api-limitations/",
    "mentions": [
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/order-execution-latency/",
            "name": "Order Execution Latency",
            "url": "https://term.greeks.live/area/order-execution-latency/",
            "description": "Measurement ⎊ Order execution latency represents the temporal interval between the transmission of a trade signal from a client interface and the final confirmation of order fulfillment on a crypto exchange."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/algorithmic-trading-constraints/",
            "name": "Algorithmic Trading Constraints",
            "url": "https://term.greeks.live/area/algorithmic-trading-constraints/",
            "description": "Constraint ⎊ Algorithmic trading constraints, within cryptocurrency, options, and derivatives markets, represent the boundaries and limitations imposed on automated trading systems."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/websocket-stream-optimization/",
            "name": "WebSocket Stream Optimization",
            "url": "https://term.greeks.live/area/websocket-stream-optimization/",
            "description": "Algorithm ⎊ WebSocket Stream Optimization, within cryptocurrency and derivatives markets, represents a focused refinement of data transmission protocols to minimize latency and maximize throughput."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/market-maker-connectivity/",
            "name": "Market Maker Connectivity",
            "url": "https://term.greeks.live/area/market-maker-connectivity/",
            "description": "Architecture ⎊ Market Maker Connectivity represents the technological infrastructure enabling automated trading firms to interact directly with cryptocurrency exchanges and decentralized finance (DeFi) platforms."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/rest-api-throughput/",
            "name": "REST API Throughput",
            "url": "https://term.greeks.live/area/rest-api-throughput/",
            "description": "Capacity ⎊ The maximum rate at which a server processes incoming HTTP requests represents the primary constraint for algorithmic trading systems interacting with cryptocurrency exchange infrastructure."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/market-data-feed-latency/",
            "name": "Market Data Feed Latency",
            "url": "https://term.greeks.live/area/market-data-feed-latency/",
            "description": "Architecture ⎊ Market data feed latency represents the cumulative temporal delay between the generation of a price update at the exchange matching engine and its eventual ingestion by a trader’s execution infrastructure."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/api-key-management/",
            "name": "API Key Management",
            "url": "https://term.greeks.live/area/api-key-management/",
            "description": "Authentication ⎊ API Key Management within cryptocurrency, options trading, and financial derivatives represents a critical component of secure access control to trading platforms and data feeds."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/trading-engine-throughput/",
            "name": "Trading Engine Throughput",
            "url": "https://term.greeks.live/area/trading-engine-throughput/",
            "description": "Throughput ⎊ Trading engine throughput, within the context of cryptocurrency, options trading, and financial derivatives, represents the volume of transactions a system can process within a defined timeframe, typically measured in transactions per second (TPS)."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/liquidity-provision-efficiency/",
            "name": "Liquidity Provision Efficiency",
            "url": "https://term.greeks.live/area/liquidity-provision-efficiency/",
            "description": "Efficiency ⎊ Liquidity provision efficiency, within cryptocurrency and derivatives markets, represents the optimal utilization of capital to facilitate trading volume while minimizing impermanent loss and maximizing fee revenue for liquidity providers."
        },
        {
            "@type": "DefinedTerm",
            "@id": "https://term.greeks.live/area/order-book-synchronization/",
            "name": "Order Book Synchronization",
            "url": "https://term.greeks.live/area/order-book-synchronization/",
            "description": "Context ⎊ Order Book Synchronization, within cryptocurrency, options trading, and financial derivatives, refers to the process of maintaining consistent and accurate representations of order book data across multiple systems or nodes."
        }
    ]
}
```


---

**Original URL:** https://term.greeks.live/term/exchange-api-limitations/
