v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Rate Oracle

Get Rates

Get rates for specified trading pairs.

Uses the configured rate oracle source to fetch current rates.

Args: rate_request: List of trading pairs to get rates for

Returns: Rates for the requested trading pairs

post/rate-oracle/rates

Request body

trading_pairsstring[] required

List of trading pairs to get rates for (e.g., ['BTC-USDT', 'ETH-USDT'])

Response

Successful Response

sourcestring required

Rate oracle source used

quote_tokenstring required

Quote token used

ratesobject required

Mapping of trading pairs to their rates (None if rate not found)