Skip to main content
GET
/
v0
/
wallet
Get
curl --request GET \
  --url https://api-bluvo.com/v0/wallet \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>' \
  --header 'x-bluvo-wallet-id: <api-key>'
{
  "exchange": "binance",
  "walletId": "wallet_01H9X3Z7N5V2KJ4G8P6QR5T3Y2",
  "balances": {
    "BTC": 0.35,
    "ETH": 4.5,
    "USDT": 7500
  },
  "createdAt": "2023-10-01T12:00:00.000Z",
  "updatedAt": "2023-10-01T12:00:00.000Z",
  "lastSyncAt": "2023-10-01T12:00:00.000Z",
  "ipPool": [],
  "invalidApi": false
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

Response

Successful response

exchange
enum<string>
required
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,
bybit,
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
balances
object
required
ipPool
string[] | null
invalidApi
boolean | null
createdAt
updatedAt
lastSyncAt
expiresAt
I