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

# Get all Bridge Wallets

`GET /wallets`

List of Bridge Wallets

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

List of Bridge Wallets

- BridgeWalletsList
  - `count` integer, required — total number of items in data
  - `data` BridgeWallet[], required
    - `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

## 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)
