---
title: "Fetch Wallet By ID"
method: GET
path: "/trades/wallets/{id}"
tags: ["Crypto Wallet"]
---

# Fetch Wallet By ID

`GET /trades/wallets/{id}`

Retrieve a wallet using its unique ID.

## Path parameters

- `id` string, required

## Response `200`

Wallet details returned successfully

## Other responses

- `400` — Invalid wallet ID format
- `401` — Invalid or missing API credentials
- `403` — The integration is inactive or the action is not permitted
- `404` — Wallet not found
- `500` — An unexpected server error occurred

---

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