v13

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

Get Rate Async

Get rate for a trading pair using async fetch (direct from exchange).

This bypasses the cached prices and fetches directly from the source. Useful when cached data may be stale or not yet initialized.

Args: trading_pair: Trading pair in format BASE-QUOTE (e.g., BTC-USDT)

Returns: Rate for the specified trading pair

get/rate-oracle/rate-async/{trading_pair}

Path parameters

trading_pairstring required

Response

Successful Response

trading_pairstring required

The trading pair

ratenumber nullable required

The rate (None if not found)

sourcestring required

Rate oracle source used

quote_tokenstring required

Quote token used