wallets
Get Wallet by ID
Fetch wallet details
GET
/
wallets
/
{walletId}
Path Parameters
walletId
string
requiredResponse
200 - application/json
currency
string
requiredCurrency of a wallet
portfolioId
string
requiredPortfolio id
walletId
string
requiredWallet id
available
string
Available balance of a wallet
balance
string
Total balance of a wallet, including reserved, but excluding the stakeBalance
createdAt
string
Created at timestamp
extra
object
Additional wallet information
locked
string
Locked balance of a wallet for ClearLoop, including the funds delegated to all sub-accounts
mainCurrency
string
Main currency (blockchain network) of a wallet
organizationId
string
Organization id
portfolioType
enum<string>
Type of the wallet's portfolio. See details
Available options:
custody
, trading-vault
, trading
, external
, clearloop
reserve
string
Reserved balance of a wallet (e.g. for open orders)
stakeBalance
string
The balance of funds that are locked in staking
totalBalance
string
The overall balance of a wallet
updatedAt
string
Last updated at timestamp