GET
/
v0
/
info
/
{exchange}
/
pairs
curl --request GET \
  --url https://api-bluvo.com/v0/info/{exchange}/pairs
{
  "pairs": [
    "BTC/USDT",
    "ETH/USDT"
  ]
}

Path Parameters

exchange
enum<string>
required

The identifier of the exchange to query (e.g. 'binance', 'kraken').

Available options:
ace,
ascendex,
bequant,
bigone,
binance,
coinbase,
binanceus,
bingx,
bit2c,
bitbank,
bitbns,
bitcoincom,
bitfinex,
bitflyer,
bitget,
bithumb,
bitmart,
bitmex,
bitopro,
bitpanda,
bitrue,
bitso,
bitstamp,
bitteam,
bitvavo,
bl3p,
blockchaincom,
blofin,
btcalpha,
btcbox,
btcmarkets,
btcturk,
cex,
coincheck,
coinex,
coinlist,
coinmate,
coinmetro,
coinone,
coinsph,
coinspot,
cryptocom,
delta,
deribit,
digifinex,
exmo,
fmfwio,
gate,
gateio,
gemini,
hashkey,
hitbtc,
hollaex,
htx,
huobi,
huobijp,
hyperliquid,
independentreserve,
indodax,
kraken,
krakenfutures,
kucoin,
kucoinfutures,
latoken,
lbank,
luno,
mercado,
mexc,
ndax,
novadax,
oceanex,
okcoin,
okx,
onetrading,
oxfun,
p2b,
paradex,
paymium,
phemex,
poloniex,
poloniexfutures,
probit,
timex,
tradeogre,
upbit,
vertex,
wavesexchange,
whitebit,
woo,
woofipro,
xt,
yobit,
zaif,
zonda

Response

200 - application/json
Successful response
pairs
string[]
required

List of trading pair symbols (e.g. 'BTC/USDT')