Tickers

spotTickers Aggregator

get

This endpoint provides 24-hour pricing and volume information on each market pair available on injective exchange.

Responses
200
OK response.
application/json
get
GET /api/aggregator/v1/spot/tickers HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
[
  {
    "ask": 50.1,
    "base_currency": "INJ",
    "base_volume": 10,
    "bid": 49.9,
    "high": 51.3,
    "last_price": 50,
    "low": 49.2,
    "target_currency": "USDT",
    "target_volume": 500,
    "ticker_id": "INJ/USDT"
  },
  {
    "ask": 50.1,
    "base_currency": "INJ",
    "base_volume": 10,
    "bid": 49.9,
    "high": 51.3,
    "last_price": 50,
    "low": 49.2,
    "target_currency": "USDT",
    "target_volume": 500,
    "ticker_id": "INJ/USDT"
  },
  {
    "ask": 50.1,
    "base_currency": "INJ",
    "base_volume": 10,
    "bid": 49.9,
    "high": 51.3,
    "last_price": 50,
    "low": 49.2,
    "target_currency": "USDT",
    "target_volume": 500,
    "ticker_id": "INJ/USDT"
  },
  {
    "ask": 50.1,
    "base_currency": "INJ",
    "base_volume": 10,
    "bid": 49.9,
    "high": 51.3,
    "last_price": 50,
    "low": 49.2,
    "target_currency": "USDT",
    "target_volume": 500,
    "ticker_id": "INJ/USDT"
  }
]