v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Market Data

Remove Trading Pair

Remove a trading pair from order book tracking.

This endpoint removes a trading pair from a connector's order book tracker, cleaning up resources for pairs that are no longer needed.

Args: request: Request with connector name, trading pair, and optional account name

Returns: TradingPairResponse with success status and message

Raises: HTTPException: 500 if removal fails

post/market-data/trading-pair/remove

Request body

connector_namestring required

Name of the connector

trading_pairstring required

Trading pair to remove

account_namestring nullable

Optional account name for trading connector preference

Response

Successful Response

successboolean required

Whether the operation succeeded

connector_namestring required

Name of the connector

trading_pairstring required

Trading pair that was added/removed

messagestring required

Status message