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
exchange
string
required

The exchange this wallet is connected to

walletId
string
required

The unique identifier of the wallet

balances
object
required

Dictionary of asset balances where keys are asset symbols and values are total amounts

createdAt
string

The date and time when the wallet was created

updatedAt
string

The date and time when the wallet was last updated

lastSyncAt
string

The date and time when the wallet was last synchronized

ipPool
string[]

Array of IP addresses associated with the wallet

invalidApi
boolean

Indicates if the API key is invalid