Symbols

derivativeMarketSymbolSearch ChronosAPI

get

Get info about specific derivative market symbol by ticker.

Query parameters
symbolstringRequired

Specify unique ticker to search.

Example: inj/peggy0xdAC17F958D2ee523a2206206994597C13D831ec7
Responses
200
OK response.
application/json
get
GET /api/chronos/v1/derivative/symbols HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "currency_code": "USDT",
  "data_status": "streaming",
  "description": "INJ/USDT",
  "errmsg": "Something has failed",
  "exchange": "Injective DEX",
  "expiration_date": 1593728803,
  "expired": false,
  "force_session_rebuild": false,
  "fractional": false,
  "has_daily": false,
  "has_empty_bars": false,
  "has_intraday": true,
  "has_no_volume": true,
  "has_seconds": false,
  "has_weekly_and_monthly": true,
  "industry": "bar",
  "intraday_multipliers": [
    "1",
    "3",
    "5",
    "15",
    "30",
    "60",
    "240"
  ],
  "listed_exchange": "Injective DEX",
  "minmov": 0.0001,
  "minmov2": 0,
  "name": "INJ/USDT",
  "pricescale": 100000000,
  "s": "error",
  "seconds_multipliers": [
    "1",
    "3",
    "5",
    "15",
    "30",
    "60",
    "240"
  ],
  "sector": "foo",
  "session": "24x7",
  "supported_resolutions": [
    "1",
    "3",
    "5",
    "15",
    "30",
    "60",
    "120",
    "240",
    "360",
    "D",
    "7D",
    "30D",
    "1W",
    "2W"
  ],
  "symbol": "INJ/USDT",
  "ticker": "INJ/USDT",
  "timezone": "Etc/UTC",
  "type": "crypto",
  "volume_precision": 1
}