cURL
curl --request GET \ --url https://api.bridge.xyz/v0/wallets/total_balances \ --header 'Api-Key: <api-key>'
200
TotalBalancesFound
[ { "balance": "100.25", "currency": "usdb", "chain": "solana", "contract_address": "ENL66PGy8d8j5KNqLtCcg4uidDUac5ibt45wbjH9REzB" }]
Get the total balances of all Bridge Wallets
Total balances of all Bridge Wallets
The response is of type object[].
object[]
Was this page helpful?