---
title: "Get total balances of all Bridge Wallets"
method: GET
path: "/wallets/total_balances"
tags: ["Bridge Wallets"]
---

# Get total balances of all Bridge Wallets

`GET /wallets/total_balances`

Get the total balances of all Bridge Wallets

## Response `200`

Total balances of all Bridge Wallets

- BridgeWalletTotalBalance[]
  - `balance` string, required — The total balance of wallets in the given currency ex. "10.95"
  - `currency` 'usdb' | 'usdc' | 'usdt' | 'usd' | 'pyusd', required
  - `chain` 'base' | 'ethereum' | 'solana' | 'tempo' | 'tron', required
  - `contract_address` string — The contract address of the currency, or null if it is a native currency

## Other responses

- `400` — Request containing missing or invalid parameters.
- `401` — Missing or invalid API key
- `404` — No resource found
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
