v13

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

Get Prices

Get current prices for specified trading pairs from a connector.

Args: request: Price request with connector name and trading pairs market_data_manager: Injected market data feed manager

Returns: Current prices for the specified trading pairs

Raises: HTTPException: 500 if there's an error fetching prices

post/market-data/prices

Request body

connector_namestring required

Name of the connector

trading_pairsstring[] required

List of trading pairs to get prices for

Response

Successful Response

connectorstring required

Connector name

pricesobject required

Trading pair to price mapping

timestampnumber required

Response timestamp