Custody Wallet
Get Total Custody Wallet Balances
Get aggregated balances across all custody wallets for all supported cryptocurrencies
GET
Get Total Custody Wallet Balances
Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must be included in the x-api-key header.
Response
Total balances retrieved successfully
Example:
[
{
"balance": 0,
"crypto": "eurc",
"contract_address": "HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr"
},
{
"balance": 0,
"crypto": "pyusd",
"contract_address": "2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo"
},
{
"balance": 0,
"crypto": "usdb",
"contract_address": "ENL66PGy8d8j5KNqLtCcg4uidDUac5ibt45wbjH9REzB"
},
{
"balance": 0.11,
"crypto": "usdc",
"contract_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
}
]Get Total Custody Wallet Balances