Symbol info

derivativeMarketSymbolInfo ChronosAPI

get

Get a list of all derivativeMarket instruments for TradingView.

Query parameters
groupstringOptional

ID of a symbol group. It is only required if you use groups of symbols to restrict access to instrument's data.

Example: perpetuals
Responses
200
OK response.
application/json
get
GET /api/chronos/v1/derivative/symbol_info HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "bar-fillgaps": [
    true,
    false,
    true,
    false
  ],
  "bar-source": [
    "trade",
    "bid"
  ],
  "bar-transform": [
    "open",
    "prevopen",
    "openprev",
    "none"
  ],
  "base-currency": [
    "INJ"
  ],
  "currency": [
    "USDT"
  ],
  "description": [
    "INJ/USDT"
  ],
  "errmsg": "Something has failed",
  "exchange-listed": [
    "Binance"
  ],
  "exchange-traded": [
    "Binance"
  ],
  "expiration": [
    5741303146007796000,
    255490819831565980,
    294031049723845950,
    1597109302457585700
  ],
  "fractional": [
    false
  ],
  "has-daily": [
    true,
    false,
    false
  ],
  "has-intraday": [
    false,
    true
  ],
  "has-no-volume": [
    true,
    true,
    true,
    true
  ],
  "has-weekly-and-monthly": [
    true,
    true,
    false
  ],
  "intraday-multipliers": [
    "1",
    "3",
    "5",
    "15",
    "30",
    "60",
    "240"
  ],
  "is-cfd": [
    false,
    false
  ],
  "minmov2": [
    0
  ],
  "minmovement": [
    0.001
  ],
  "name": [
    "INJ/USDT"
  ],
  "pointvalue": [
    7292318683495494000,
    6181047834697063000,
    296814020494964540,
    5809559911935259000
  ],
  "pricescale": [
    1000000000000000000
  ],
  "root": [
    "Est quo placeat.",
    "Possimus et et et modi.",
    "Dicta dolores quas quia.",
    "Voluptas cupiditate magni qui quam et."
  ],
  "root-description": [
    "Fuga porro ipsam.",
    "Dolorem id laborum."
  ],
  "s": "error",
  "session-regular": [
    "24x7"
  ],
  "symbol": [
    "INJ/USDT"
  ],
  "ticker": [
    "Eos laborum error.",
    "Rerum deleniti libero."
  ],
  "timezone": [
    "UTC"
  ],
  "type": [
    "crypto"
  ]
}