v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215245616.9 KB
Data Feeds

Fetch Tickers

Returns the latest tickers for all symbols, or a filtered subset.

get/api/feeds/{feed}/fetchTickers

Path parameters

feed'binance' | 'chainlink' required

The data feed provider.

Query parameters

symbolsstring

Comma-separated symbols to filter (optional)

Response

Successful response

successboolean
dataobject

Example response

{
  "success": true
}