ConsoleCatalog
Sign in
TradingView logo

TradingView

tradingview.comFinanceno auth

Market data, quotes, news, technicals, and earnings/IPO calendars.

Crypto Market Cap Hotlist

ASYNCWRITENo auth

Returns top cryptocurrencies ranked by market capitalization.

ParametersFormJSON

Pagination window [start, end] for the hotlist scan

Language code for scanner options.lang

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tradingview_crypto_hotlist_market_cap",
    "params": {
      "range": "0,6",
      "lang": "en"
    }
  }'