[Breaking Change Notice] Update to TradingView Symbols Endpoint

Hi everyone,

We recently deployed a bugfix to our benchmarks service TradingView integration, and it unintentionally introduced a breaking change.

We sincerely apologize for any disruption this may have caused.

What changed:
Previously, you could call this endpoint:

https://benchmarks.pyth.network/v1/shims/tradingview/symbols

…using a shortened symbol format like ETH/USD.

Now, you’ll need to use either:

  • The full symbol name (e.g. ETHUSD)
  • Or the ticker format (e.g. Crypto.ETH/USD)

You can get all the symbols from https://benchmarks.pyth.network/v1/shims/tradingview/symbol_info

This update also applies to equities. For example:

  • Instead of AAPL/USD, use Equity.US.AAPL/USD or the symbol AAPL.

We appreciate your understanding and encourage you to update any integrations accordingly. If you run into issues or have questions, feel free to reply here.

— Pyth Dev Team