GET
/
wallets
/
total_balances
Get total balances of all Bridge Wallets
curl --request GET \
  --url https://api.bridge.xyz/v0/wallets/total_balances \
  --header 'Api-Key: <api-key>'
[
{
"balance": "100.25",
"currency": "usdb",
"chain": "solana",
"contract_address": "ENL66PGy8d8j5KNqLtCcg4uidDUac5ibt45wbjH9REzB"
}
]

Authorizations

Api-Key
string
header
required

Response

Total balances of all Bridge Wallets

balance
string
required

The total balance of wallets in the given currency ex. "10.95"

currency
enum<string>
required

The currency of the total balance

Available options:
usdb,
usdc,
usdt,
dai,
usd,
pyusd
chain
enum<string>
required

The chain of the total balance

Available options:
base,
solana
contract_address
string

The contract address of the currency, or null if it is a native currency