Tickers
This endpoint provides 24-hour pricing and volume information on each market pair available on injective exchange.
Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
404
Not Found response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
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"
}
]