Mauá UDF Service

TradingView Advanced Charts Data Feed Service

Service Running

Configuration

Get UDF server capabilities and supported resolutions

GET /api/udf/config

Symbol Resolution

Resolve token symbols to trading information

GET /api/udf/symbols

Historical Data

Get OHLCV candle data for charts

GET /api/udf/history

Server Time

Get current server timestamp

GET /api/udf/time

Real-time Quotes

Get current price and market data

GET /api/udf/quotes

Service Status

Check service health and endpoints

GET /api/udf/status

Integration Example

// Frontend Integration
const datafeed = new UDFDatafeed(
  "http://localhost:3002/api/udf",
  "ws://localhost:3002"
);

// TradingView Widget
new TradingView.widget({
  symbol: "MAUA:7m6jnUQUp59M4nh4114t5uLaBYgbfGAjXeKfQg4P6BFE",
  interval: "1",
  container: "tv_chart_container",
  datafeed: datafeed,
  library_path: "/tradingview/charting_library/",
  locale: "pt",
  theme: "dark"
});

🚀 Mauá Pump.fun Brasil - UDF Service v1.0.0

Ready for TradingView Advanced Charts integration