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

200
application/json

Total balances of all Bridge Wallets

The response is of type object[].