Get Rate Async
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
Get Rate Async
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

