---
title: "Get Rate Oracle Config"
method: GET
path: "/rate-oracle/config"
tags: ["Rate Oracle"]
---

# Get Rate Oracle Config

`GET /rate-oracle/config`

Get current rate oracle configuration.

Returns the current rate_oracle_source and global_token settings,
along with the list of available sources.

Returns:
    Current rate oracle configuration and available sources

## Response `200`

Successful Response

- RateOracleConfigResponse — Response for rate oracle configuration GET endpoint.
  - `rate_oracle_source` RateOracleSourceConfig, required — Rate oracle source configuration.
    - `name` 'binance' | 'binance_us' | 'coin_gecko' | 'coin_cap' | 'kucoin' | 'ascend_ex' | 'gate_io' | 'coinbase_advanced_trade' | 'cube' | 'dexalot' | 'hyperliquid' | 'derive' | 'tegro' — Available rate oracle sources.
  - `global_token` GlobalTokenConfig, required — Global token configuration for displaying values.
    - `global_token_name` string — The token to use as global quote (e.g., USDT, USD, BTC)
    - `global_token_symbol` string — Symbol to display for the global token
  - `available_sources` string[], required — List of available rate oracle sources

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
