e445c15e5bee
Get wallet by ID
Get one wallet by its 'walletId'. One 'walletId' can map to multiple receive addresses.
Path parameters
Query parameters
Include data for all subtokens (i.e. ERC20 Tokens, Stellar Tokens)
True, if including unspent count for UTXO-based coins.
True, if including Replace-By-Fee (RBF) transactions in the total balance amount.
True, if including the advanced whitelist wallet address in the response. The address is annotated as part of the whitelist entry metadata
Includes the staked balance and reward balance of the wallet
Omit trying to fetch the wallet balance
When true, includes whitelist policy rules from all EVM keyring derived wallets in addition to the main wallet's rules. Each merged rule is tagged with the source walletId so the caller can identify which network it belongs to. Only applicable for EVM keyring wallets (parent or derived).
When set to true, the confirmedBalance in the response will be the exact on-chain balance without considering any unconfirmed transactions (for UTXO-based coins only).
When false, the confirmedBalance will not include the outputs consumed of unconfirmed withdrawals. This may be inaccurate in certain situations
Default value: false.
Response
OK
Example response
{
"approvalsRequired": 1,
"coin": "btc",
"id": "59cd72485007a239fb00282ed480da1f",
"label": "My Wallet",
"admin": {
"policy": {
"id": "59cd72485007a239fb00282ed480da1f",
"rules": [
{
"coin": "btc",
"condition": {
"amountString": "2000000"
}
}
],
"walletId": "59cd72485007a239fb00282ed480da1f"
}
},
"buildDefaults": {
"minFeeRate": 12000
},
"custodialWalletId": "59cd72485007a239fb00282ed480da1f",
"enterprise": "59cd72485007a239fb00282ed480da1f",
"evmKeyRingReferenceWalletId": "59cd72485007a239fb00282ed480da1f",
"isParent": true,
"enabledChildChains": [
"tbsc",
"tpolygon"
],
"archivedChildChains": [
"tbsc",
"tpolygon"
],
"keys": [
"585951a5df8380e0e304a553",
"585951a5df8380e0e30d645c",
"585951a5df8380e0e30b6147"
],
"m": 2,
"n": 3,
"receiveAddress": {
"coin": "btc",
"id": "59cd72485007a239fb00282ed480da1f",
"address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
"balance": {
"balanceString": "500000",
"confirmedBalanceString": "400000",
"spendableBalanceString": "40000",
"balance": 50000
},
"label": "Bob's Hot Wallet Address"
},
"safe": "59cd72485007a239fb00282ed480da1f"
}