---
title: "Get a Bridge Wallet"
method: GET
path: "/wallets/{bridgeWalletID}"
tags: ["Bridge Wallets"]
---

# Get a Bridge Wallet

`GET /wallets/{bridgeWalletID}`

Retrieve a Bridge Wallet by its ID

## Path parameters

- `bridgeWalletID` string, required — A UUID that uniquely identifies a resource

## Response `200`

A Bridge Wallet object response

- BridgeWalletWithBalances
  - `chain` 'base' | 'ethereum' | 'solana' | 'tempo' | 'tron', required
  - `id` string — A UUID that uniquely identifies a resource
  - `address` string — The blockchain address of the Bridge Wallet
  - `initiation_required` boolean — When present, transfers sourced from this wallet must include an `initiation` object on the create request. Omitted for wallets that do not require initiation data.
  - `created_at` string, date-time — Time of creation of the Bridge Wallet
  - `updated_at` string, date-time — Time of most recent update of the Bridge Wallet
  - `balances` BridgeWalletBalance[]
    - `balance` string, required — The balance 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)
