POST
/
v0
/
cex
/
connect
/
{exchange}
curl --request POST \
  --url https://api-bluvo.com/v0/cex/connect/{exchange} \
  --header 'Content-Type: application/json' \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --data '{
  "projectId": "<string>",
  "walletId": "<string>",
  "apiKey": "<string>",
  "apiSecret": "<string>",
  "apiPassphrase": "<string>",
  "apiUid": "<string>"
}'
{
  "workflowRunId": "wfr_1234567890abcdef_connect"
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

Path Parameters

exchange
enum<string>
required

The identifier of the exchange to connect (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

Body

application/json

Response

200 - application/json

Successful response

The response is of type object.