GET
/
v0
/
cex
/
wallet
/
{walletId}
curl --request GET \
  --url https://api-bluvo.com/v0/cex/wallet/{walletId} \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-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

Path Parameters

walletId
string
required

The unique identifier of the connected wallet to query.

Response

200 - application/json

Successful response

The response is of type object.