Market Data
Add Trading Pair
Initialize order book for a trading pair.
This endpoint dynamically adds a trading pair to a connector's order book tracker. It uses the best available connector (trading connectors are preferred over data connectors).
Args: request: Request with connector name, trading pair, optional account name, and timeout
Returns: TradingPairResponse with success status and message
Raises: HTTPException: 500 if initialization fails
post/market-data/trading-pair/add
Request body
Response
Successful Response
Changes
Changed in 1 of the 13 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○