For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tv Widget

Real-time trading view widget from Noodles.fi. Supports chart: single coin ohlc / pair coin ohlc . Themes: light/dark.


Features

  • Real-time ohlc chart

  • Supports single coin and trading pairs

  • Toggle between light and dark themes

  • Simple integration using <iframe>


1. Coin/USD Widget

Displays a real-time chart for a single coin.

URL Format:

https://noodles.fi/tv-widget?coin=<COIN_ID>&theme=<light|dark>

Parameters:

Name
Required
Description

coin

True

Full unique identifier of the coin (ID)

theme

False

light (default) or dark UI theme

Example:

stSUI/USD


2. Pair coin Widget

Visualizes a trading pair chart between two coins.

URL Format:

Parameters:

Name
Required
Description

coinA

True

Identifier of the base coin

coinB

True

Identifier of the quote coin

theme

False

light (default) or dark theme

Example:

DEEP/SUI


Last updated