Pairs
Provides a summary of cryptoasset trading pairs 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/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"
}
]