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
Path parameters
Response
Successful Response
Changes
Changed in 2 of the 13 revisions of this API.3
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○