Pairs

spotPairs Aggregator

get

Provides a summary of cryptoasset trading pairs available on injective exchange.

Responses
200
OK response.
application/json
get
GET /api/aggregator/v1/spot/pairs HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
[
  {
    "base": "INJ",
    "target": "USDT",
    "ticker_id": "INJ/USDT"
  },
  {
    "base": "INJ",
    "target": "USDT",
    "ticker_id": "INJ/USDT"
  },
  {
    "base": "INJ",
    "target": "USDT",
    "ticker_id": "INJ/USDT"
  },
  {
    "base": "INJ",
    "target": "USDT",
    "ticker_id": "INJ/USDT"
  }
]

Revision created

GitBook: No commit message